Curve3dIsPlanar(Plane) Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public bool IsPlanar(
out Plane plane
)
Public Function IsPlanar (
<OutAttribute> ByRef plane As Plane
) As Boolean
public:
bool IsPlanar(
[OutAttribute] Plane^% plane
)
member IsPlanar :
plane : Plane byref -> bool
Parameters
- plane Plane
-
Return Value
Boolean
See Also