Face.Project Method

Projects the specified point on the face.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public IntersectionResult Project(
	XYZ point
)

Parameters

point  XYZ
The point to be projected.

Return Value

IntersectionResult
Geometric information if projection is successful; if projection fails or the nearest point is outside of this face, returns null.

Remarks

The following is the meaning of IntersectionResult's members:

See Also

Reference

Face Class
Autodesk.Revit.DB Namespace