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.partsVisible parts of cylinder.Methods in com.openinventor.inventor.nodes that return SoCylinder.PartTypeModifier and TypeMethodDescriptionstatic SoCylinder.PartTypeSoCylinder.PartType.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoCylinder.PartTypeReturns 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 TypeMethodDescriptionvoidSoCylinder.addPart(SoCylinder.PartType part) Convenience function to turn on a part of the cylinder.booleanSoCylinder.hasPart(SoCylinder.PartType part) Convenience function that returns whether a given part is on or off.voidSoCylinder.removePart(SoCylinder.PartType part) Convenience function to turn off a part of the cylinder.