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: 2024.1.1.0 (2024.1.1)
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