FaceWall.IsValidFaceReferenceForFaceWall
Method
Description:
Identifies if a reference may be used as the parent of a face wall.
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.
The reference must represent a face of a massing instance, and must be planar, and its normal must not be vertical or horizontal.
Syntax
public static bool IsValidFaceReferenceForFaceWall(
Document document,
Reference faceReference
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| document | Document | The document. |
| faceReference | Reference | The reference. |
Return Value
| Type | Description |
|---|---|
| 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 |