Click or drag to resize
GeCurveSegmentCollectionIsPlanar Method
Returns True if all curve segments lie in the same plane, including resulting plane, otherwise returns False.

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

Parameters

plane (Optional)
Type: FDF.Common.GeometriesGePlane

Return Value

Type: Boolean
Remarks