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