Curve3dIsCoplanarWith(Curve3d,
Plane, Tolerance) Method
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public bool IsCoplanarWith(
        Curve3d curve3d,
        out Plane plane,
        Tolerance tolerance
)
 
Public Function IsCoplanarWith ( 
        curve3d As Curve3d,
        <OutAttribute> ByRef plane As Plane,
        tolerance As Tolerance
) As Boolean
 
public:
bool IsCoplanarWith(
        Curve3d^ curve3d, 
        [OutAttribute] Plane^% plane, 
        Tolerance tolerance
)
 
member IsCoplanarWith : 
        curve3d : Curve3d * 
        plane : Plane byref * 
        tolerance : Tolerance -> bool 
 
 
 
Parameters
- curve3d  Curve3d
 
-  
 
- plane  Plane
 
-  
 
- tolerance  Tolerance
 
-  
 
Return Value
Boolean
 
See Also