SoAnnoText3PropertyrenderPrintType Property |
This 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).
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFEnum<SoAnnoText3PropertyRenderPrintTypes> renderPrintType { get; }
Public ReadOnly Property renderPrintType As SoSFEnum(Of SoAnnoText3PropertyRenderPrintTypes)
Get
public:
property SoSFEnum<SoAnnoText3PropertyRenderPrintTypes>^ renderPrintType {
SoSFEnum<SoAnnoText3PropertyRenderPrintTypes>^ get ();
}
member renderPrintType : SoSFEnum<SoAnnoText3PropertyRenderPrintTypes> with get
Property Value
Type:
SoSFEnumSoAnnoText3PropertyRenderPrintTypesRemarks . Default is RENDER3D_PRINT_VECTOR.
See Also