Click or drag to resize
SoSplitGeometryActionSetMaintainVertexOrdering Method

If the initial geometry is composed of SoIndexedTriangleStripSet and uses an SoShapeHints with a known vertex ordering (SoShapeHints.CLOCKWISE or SoShapeHints.COUNTERCLOCKWISE), the action has to maintain the initial vertex ordering or problems with normals will appear.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetMaintainVertexOrdering(
	bool enable
)

Parameters

enable
Type: SystemBoolean
Remarks

A call to this function will maintain initial vertex ordering. Default is true.

See Also