Click or drag to resize
SoShapeGetDecimatedComplexity Method

This can be used by dynamic shape subclasses that use the complexity element, to compute how the decimation element affects the complexity of the shape.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static float GetDecimatedComplexity(
	SoState state,
	float complexity
)

Parameters

state
Type: OIV.Inventor.MiscSoState
complexity
Type: SystemSingle

Return Value

Type: Single
Remarks

The shape passes in the complexity it would have used and this function returns the new complexity to use based on decimation element.

See Also