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