Click or drag to resize
GeGeometryComplexTProject Method (IGeGeometry, IGePlane, GeVector)
Returns True and projected geometry if this object is successfully projected onto plane using specified direction, otherwise returns False.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public bool Project(
	ref IGeGeometry obj,
	IGePlane plane,
	GeVector direction
)

Parameters

obj
Type: FDF.Common.GeometriesIGeGeometry
Resulting (projected) geometry.
plane
Type: FDF.Common.GeometriesIGePlane
Parameterized infinite plane to project this object onto.
direction
Type: FDF.Common.GeometriesGeVector
Direction vector of this object's projection.

Return Value

Type: Boolean

Implements

IGeTransformableTProject(T, IGePlane, GeVector)
Remarks