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