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