Uses of Enum Class
com.openinventor.inventor.nodes.SoAnnoText3Property.RenderPrintTypes
Packages that use SoAnnoText3Property.RenderPrintTypes
-
Uses of SoAnnoText3Property.RenderPrintTypes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoAnnoText3Property.RenderPrintTypesModifier and TypeFieldDescriptionSoAnnoText3Property.renderPrintTypeThis flag specifies how annotation text should be rendered (as 3D text or 2D text) and how it should be printed when the Hard Copy Extension is used (as 3D vectors or 2D PostScript raster fonts).Methods in com.openinventor.inventor.nodes that return SoAnnoText3Property.RenderPrintTypesModifier and TypeMethodDescriptionSoAnnoText3Property.RenderPrintTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoAnnoText3Property.RenderPrintTypes[]SoAnnoText3Property.RenderPrintTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.