Click or drag to resize
SoBevelActionEnableCoplanarTest Method (Boolean)

If true, a coplanar test is performed on each shape before beveling it.

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

Parameters

flag
Type: SystemBoolean
Remarks

This test combines contiguous coplanar faces into one larger face because the bevel method will not work properly on contiguous coplanar faces.

If false, each shape is assumed not to have contiguous coplanar faces. This provides better performance because the coplanar test is not performed.

It is recommended that you turn off this test only if the shapes to be beveled do not contain contiguous coplanar faces. Default value is true.

See Also