Click or drag to resize
IGeSurfaceIsCoplanarTo Method
Returns True if this surface is coplanar to specified surface, otherwise returns False.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
bool IsCoplanarTo(
	IGeSurface other
)

Parameters

other
Type: FDF.Common.GeometriesIGeSurface

Return Value

Type: Boolean
Remarks