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