TransientBRep.CreateIntersectionWithPlane Method
Parent Object:
TransientBRep
Description
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
SurfaceBody
Parameters
Name
Type
Description
Body
SurfaceBody
Input SurfaceBody to intersect.
Plane
Plane
Input Plane that defines the plane to intersect the body with.
Version
Introduced in version 2009
© Copyright 2021 Autodesk, Inc.
Comment on this page.