SoBevelActionEnableCoplanarTest Method (Boolean) |
If true, a coplanar test is performed on each shape before beveling it.
Namespace: OIV.Inventor.Actions
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.