Click or drag to resize
IGeCurveIsPlanar Method
Returns True if this curve is planar (including bound plane), otherwise returns False.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
bool IsPlanar(
	ref IGePlane plane = null
)

Parameters

plane (Optional)
Type: FDF.Common.GeometriesIGePlane

Return Value

Type: Boolean
Remarks