PlanarEntityIsParallelTo(PlanarEntity,
Tolerance) Method
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public bool IsParallelTo(
        PlanarEntity otherPlanarEntity,
        Tolerance tolerance
)
 
Public Function IsParallelTo ( 
        otherPlanarEntity As PlanarEntity,
        tolerance As Tolerance
) As Boolean
 
public:
bool IsParallelTo(
        PlanarEntity^ otherPlanarEntity, 
        Tolerance tolerance
)
 
member IsParallelTo : 
        otherPlanarEntity : PlanarEntity * 
        tolerance : Tolerance -> bool 
 
 
 
Parameters
- otherPlanarEntity  PlanarEntity
 
-  
 
- tolerance  Tolerance
 
-  
 
Return Value
Boolean
 
See Also