Click or drag to resize
SoBevelActionEnableOrderingTest Method (Boolean)

If true, each shape to bevel is re-ordered so that each face is oriented like the first face of the shape.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void EnableOrderingTest(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

This test is not time consuming. However, it may be desirable to disable this test when it is not needed. Default value is true.

See Also