| SoComplexitytype Property  | 
How shape complexity is interpreted. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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: 
SoSFEnumSoComplexityTypes
Remarks. Default is OBJECT_SPACE. The default value can also be set using the environment variable OIV_COMPLEXITY_TYPE. 
See Also