SoComplexitytype Property |
How shape complexity is interpreted.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFEnum<SoComplexityTypes> type { get; }
Public ReadOnly Property type As SoSFEnum(Of SoComplexityTypes)
Get
public:
property SoSFEnum<SoComplexityTypes>^ type {
SoSFEnum<SoComplexityTypes>^ get ();
}
member type : SoSFEnum<SoComplexityTypes> with get
Property Value
Type:
SoSFEnumSoComplexityTypesRemarks . Default is OBJECT_SPACE. The default value can also be set using the environment variable OIV_COMPLEXITY_TYPE.
See Also