Click or drag to resize
SoBevelActionEnableDuplicateTest Method (Boolean)

If true, examine each shape to bevel, removing duplicate faces if found.

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

Parameters

flag
Type: SystemBoolean
Remarks

As this test is time consuming, it can be turned on/off depending on whether the shapes to be beveled contain duplicate faces or not. If a shape contains duplicate faces the test is off, no beveling will be performed on the shape. Default value is false.

See Also