PoMiscTextAttrpredefinedProfileEnabled Property |
Enables/Disables the use of a predefined profile for 3D text if they are activated (cf profileEnabled field).
Namespace: OIV.MeshViz.NodesAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool predefinedProfileEnabled { get; }
Public ReadOnly Property predefinedProfileEnabled As SoSFBool
Get
public:
property SoSFBool^ predefinedProfileEnabled {
SoSFBool^ get ();
}
member predefinedProfileEnabled : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksIf this field is set to false, the current profile in the state is used (cf SoLinearProfile,...)
See Also