Calculates the intersection between the input body and plane and creates a wire body that represents the intersection curves.
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.
|
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.
|
Type | Description |
BRepBody | Returns a BRepBody that contains a wire body that represents the intersection. |
Name | Type | Description |
body | BRepBody | The BRepBody to intersection. |
plane | Plane | The geometry Plane to intersect with the body. |
Name | Description |
TemporaryBRepManager API Sample | TemporaryBRepManager related functions |