Click or drag to resize
IGeCurveIsCoplanarTo Method (IGeCurve, IGePlane)
Returns True if this curve and specified curves are 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 IsCoplanarTo(
	IGeCurve other,
	ref IGePlane plane = null
)

Parameters

other
Type: FDF.Common.GeometriesIGeCurve
plane (Optional)
Type: FDF.Common.GeometriesIGePlane

Return Value

Type: Boolean
Remarks