Plane.IntersectWithSurface Method
Parent Object: PlaneDescription
Gets the intersection curves and points between the plane and the input surface.
Syntax
Plane.IntersectWithSurface( Surface As Object, [Tolerance] As Double ) As ObjectsEnumeratorParameters
Name | Type | Description |
Surface | Object | Input object that specifies the surface to intersect with the plane. The input can be any of the transient surface objects (Plane, Cone, Cylinder, EllipticalCone, EllipticalCylinder, Sphere, Torus or a BSplineSurface.) |
Tolerance | Double | Optional input Double that specifies the linear tolerance to use for intersection computation. If not specified, the default internal tolerance is used. This is an optional argument whose default value is 0.0. |