TransientBRep.CreateIntersectionWithPlane Method
Parent Object: TransientBRepDescription
Method that intersects a body with a plane.
Remarks
The returned SurfaceBody is a wire body that contains the intersection curves.Syntax
TransientBRep.CreateIntersectionWithPlane( Body As SurfaceBody, Plane As Plane ) As SurfaceBodyParameters
Name | Type | Description |
Body | SurfaceBody | Input SurfaceBody to intersect. |
Plane | Plane | Input Plane that defines the plane to intersect the body with. |