Uses of Class
com.aspose.threed.PatchDirectionType
-
-
Uses of PatchDirectionType in com.aspose.threed
Methods in com.aspose.threed that return PatchDirectionType Modifier and Type Method Description PatchDirectionType
PatchDirection. getType()
Gets the patch's type.static PatchDirectionType
PatchDirectionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PatchDirectionType[]
PatchDirectionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.threed with parameters of type PatchDirectionType Modifier and Type Method Description void
PatchDirection. setType(PatchDirectionType value)
Sets the patch's type.
-