Gets and sets if the two faces that share this edge can be merged along this edge. This property defaults to true so that merging is always done but this can be set to false in cases where you want to preserve the edge.
An example where merging is typically done is when you have multiple planar faces that all lie on the same plane and are connected. When merging is allowed these faces can be replaced by a single face and the edges connecting the faces (the merged edges) are no longer part of the body.
"bRepEdgeDefinition_var" is a variable referencing a BRepEdgeDefinition object.
|
"bRepEdgeDefinition_var" is a variable referencing a BRepEdgeDefinition object.
|