This field specifies the font size.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFFloat size { get; }
Public ReadOnly Property size As SoSFFloat
Get
public:
property SoSFFloat^ size {
SoSFFloat^ get ();
}
member size : SoSFFloat with get
Property Value
Type:
SoSFFloat
RemarksThe value is in printer's points for 2D text (SoText2) and is in the current (object space) units for 3D text (SoText3). Default is 10.
See Also