2027 Method
Changes 0
M

FaceWall.IsValidFaceReferenceForFaceWall

Description:
Identifies if a reference may be used as the parent of a face wall.
Remarks:
The reference must represent a face of a massing instance, and must be planar, and its normal must not be vertical or horizontal.
public static bool IsValidFaceReferenceForFaceWall(
	Document document,
	Reference faceReference
)
Return Value Boolean True if the reference is valid as a parent to a face wall, false otherwise.