Click or drag to resize
SoShape.GetDecimatedComplexity 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: 10.3.0.0 (10.3.0.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static float GetDecimatedComplexity(
	SoState state,
	float complexity
)

Parameters

state
Type: OIV.Inventor.Misc.SoState
complexity
Type: System.Single

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