Click or drag to resize
GeGeometryComplexTProject Method (IGePlane, IGePlane)
Returns object laying in source plane projected onto the target plane.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public IGeGeometry Project(
	IGePlane source,
	IGePlane target
)

Parameters

source
Type: FDF.Common.GeometriesIGePlane
Object's source plane.
target
Type: FDF.Common.GeometriesIGePlane
Target plane, e.g. X-Y.

Return Value

Type: IGeGeometry

Implements

IGeTransformableTProject(IGePlane, IGePlane)
Remarks
Projects planar 3D objects onto 2D (e.g. X-Y) plane. Once geometry is being computed in 2D, it can be re-projected back to it's original plane. Projection must not affect neither original lengths nor angles.
See Also