Click or drag to resize
SoGlobalSimplifyActionSetCatchAllShapesFlag Method

Sets the flag that specifies whether simple shapes are simplified.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetCatchAllShapesFlag(
	bool c
)

Parameters

c
Type: SystemBoolean
Remarks

If true, simple shapes such as OIV.Inventor.Nodes.SoSphere, OIV.Inventor.Nodes.SoCone, etc, are faceted and simplified also. If false, then they are ignored. Default is true.

See Also