Click or drag to resize
GeGeometryComplexTOffset Method
Returns geometry offset.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public abstract IGeGeometry Offset(
	GeLength distance,
	GePlaneOrientation plane = GePlaneOrientation.XY
)

Parameters

distance
Type: FDF.Common.GeometriesGeLength
Offset distance.
plane (Optional)
Type: FDF.Common.GeometriesGePlaneOrientation
Optional plane for offsetting (default is XY).

Return Value

Type: IGeGeometry

Implements

IGeGeometryOffset(GeLength, GePlaneOrientation)
Remarks