BoundedPlaneIntersectWith(Plane, Tolerance)
Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public LineSegment3d IntersectWith(
Plane plane,
Tolerance tolerance
)
Public Function IntersectWith (
plane As Plane,
tolerance As Tolerance
) As LineSegment3d
public:
LineSegment3d^ IntersectWith(
Plane^ plane,
Tolerance tolerance
)
member IntersectWith :
plane : Plane *
tolerance : Tolerance -> LineSegment3d
Parameters
- plane Plane
-
- tolerance Tolerance
-
Return Value
LineSegment3d
See Also