Which parts of text are visible.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFBitMask<SoText3PartType> parts { get; }
Public ReadOnly Property parts As SoSFBitMask(Of SoText3PartType)
Get
public:
property SoSFBitMask<SoText3PartType>^ parts {
SoSFBitMask<SoText3PartType>^ get ();
}
member parts : SoSFBitMask<SoText3PartType> with get
Property Value
Type:
SoSFBitMaskSoText3PartTypeRemarks Note that, for speed, the default for this field is FRONT only.
See Also