Uses of Enum Class
com.openinventor.inventor.nodes.SoText3.PartType
Packages that use SoText3.PartType
-
Uses of SoText3.PartType in com.openinventor.inventor.details
Methods in com.openinventor.inventor.details that return SoText3.PartTypeModifier and TypeMethodDescriptionSoTextDetail.getPart()
ForSoText3
, this returns which part was picked or generated.Methods in com.openinventor.inventor.details with parameters of type SoText3.PartType -
Uses of SoText3.PartType in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoText3.PartTypeModifier and TypeFieldDescriptionfinal SoSFBitMask
<SoText3.PartType> SoText3.parts
Which parts of text are visible.Methods in com.openinventor.inventor.nodes that return SoText3.PartTypeModifier and TypeMethodDescriptionstatic SoText3.PartType
SoText3.PartType.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoText3.PartType
Returns the enum constant of this class with the specified name.static SoText3.PartType[]
SoText3.PartType.values()
Returns an array containing the constants of this enum class, in the order they are declared.