Uses of Enum Class
com.openinventor.inventor.nodes.SoCone.PartType
Packages that use SoCone.PartType
-
Uses of SoCone.PartType in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoCone.PartTypeModifier and TypeFieldDescriptionfinal SoSFBitMask
<SoCone.PartType> SoCone.parts
Visible parts of cone.Methods in com.openinventor.inventor.nodes that return SoCone.PartTypeModifier and TypeMethodDescriptionstatic SoCone.PartType
SoCone.PartType.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoCone.PartType
Returns the enum constant of this class with the specified name.static SoCone.PartType[]
SoCone.PartType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.nodes with parameters of type SoCone.PartTypeModifier and TypeMethodDescriptionvoid
SoCone.addPart
(SoCone.PartType part) Convenience function to turn on a part of the cone.boolean
SoCone.hasPart
(SoCone.PartType part) Convenience function that returns whether a given part is on or off.void
SoCone.removePart
(SoCone.PartType part) Convenience function to turn off a part of the cone.