Click or drag to resize
SoGlobalSimplifyActionSetSimplificationStrategy Method

Sets the strategy used to determine how to group triangles into the simplified shapes.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetSimplificationStrategy(
	SoGlobalSimplifyActionStrategies st
)

Parameters

st
Type: OIV.Inventor.ActionsSoGlobalSimplifyActionStrategies
Remarks

The choices are SIMPLIFY_GLOBALLY and SIMPLIFY_BY_SUBGROUP. Default is SIMPLIFY_BY_GROUP.

See Also