IsValidFaceReferenceForFaceWall Method


Face Wall Is Valid Face Reference For Face Wall Method

Identifies if a reference may be used as the parent of a face wall.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static bool IsValidFaceReferenceForFaceWall(
	Document document,
	Reference faceReference
)

Parameters

document Document
The document.
faceReference Reference
The reference.

Return Value

Boolean
True if the reference is valid as a parent to a face wall, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
Remarks
The reference must represent a face of a massing instance, and must be planar, and its normal must not be vertical or horizontal.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →