Uses of Enum Class
com.openinventor.hardcopy.SoVectorizeAction.HLHSRModes
Packages that use SoVectorizeAction.HLHSRModes
-
Uses of SoVectorizeAction.HLHSRModes in com.openinventor.hardcopy
Methods in com.openinventor.hardcopy that return SoVectorizeAction.HLHSRModesModifier and TypeMethodDescriptionSoVectorizeAction.getHLHSRMode()
Returns the Hidden Line and Hidden Surface Removal mode.static SoVectorizeAction.HLHSRModes
SoVectorizeAction.HLHSRModes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoVectorizeAction.HLHSRModes
Returns the enum constant of this class with the specified name.static SoVectorizeAction.HLHSRModes[]
SoVectorizeAction.HLHSRModes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.hardcopy with parameters of type SoVectorizeAction.HLHSRModesModifier and TypeMethodDescriptionvoid
SoVectorizeAction.setHLHSRMode
(SoVectorizeAction.HLHSRModes mode) Sets the Hidden Line and Hidden Surface Removal mode.