Creates a body from multiple wires that all lie within the same plane. Multiple wires are used when creating a plane with interior holes. One wire defines the outer shape and the other wires define the interior loops of the created face.
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object. |
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object. |
| Type | Description |
| BRepBody | Returns a BRepBody containing the created BRepFace object or null in the case of failure. |
| Name | Type | Description |
| wireBodies | BRepBody[] | An array of bodies that contain planar wires. Each wire must be closed, they should not overlap, and they should all lie on the same plane. |
| Name | Description |
| TemporaryBRepManager API Sample | TemporaryBRepManager related functions |