Uses of Enum Class
com.openinventor.inventor.nodes.SoCylinder.PartType
Packages that use SoCylinder.PartType
-
Uses of SoCylinder.PartType in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoCylinder.PartTypeModifier and TypeFieldDescriptionfinal SoSFBitMask
<SoCylinder.PartType> SoCylinder.parts
Visible parts of cylinder.Methods in com.openinventor.inventor.nodes that return SoCylinder.PartTypeModifier and TypeMethodDescriptionstatic SoCylinder.PartType
SoCylinder.PartType.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoCylinder.PartType
Returns the enum constant of this class with the specified name.static SoCylinder.PartType[]
SoCylinder.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 SoCylinder.PartTypeModifier and TypeMethodDescriptionvoid
SoCylinder.addPart
(SoCylinder.PartType part) Convenience function to turn on a part of the cylinder.boolean
SoCylinder.hasPart
(SoCylinder.PartType part) Convenience function that returns whether a given part is on or off.void
SoCylinder.removePart
(SoCylinder.PartType part) Convenience function to turn off a part of the cylinder.