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