Share

eRefFace Enumeration

Indicates the reference face. The Opening will be created at the direction perpendicular to the reference face.


Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum eRefFace

Members

Member nameValueDescription
CenterX1The reference face is at the middle of the element in the direction of x-axis and its normal is parallel to x-axis.
CenterY4The reference face is at the middle of the element in the direction of y-axis and its normal is parallel to y-axis.
CenterZ7The reference face is at the middle of the element in the direction of z-axis and its normal is parallel to z-axis.

Remarks

Direction of the opening.

See Also

Reference

Was this information helpful?