For analytical modeling with Dynamo, use these nodes to determine the structural type of analytical and physical elements.
|
FilterElements.IsFraming Determines if the given object is physical or analytical framing |
||
| Library | Dynamo4AM → Utilities → FilterElements | |
| Input | obj | Object to check. |
| Output | bool | Whether the object is physical or analytical framing. |
| Remarks | Framing category covers both: beams and braces. | |
|
FilterElements.IsColumn Determines if the given object is a physical or analytical column |
||
| Library | Dynamo4AM → Utilities → FilterElements | |
| Input | obj | Object to check. |
| Output | bool | Whether the object is a physical or an analytical column. |
|
FilterElements.IsFloor Determines if the given object is a physical or analytical floor |
||
| Library | Dynamo4AM → Utilities → FilterElements | |
| Input | obj | Object to check. |
| Output | bool | Whether the object is a physical or an analytical floor. |
|
FilterElements.IsWall Determines if the given object is a physical or analytical wall |
||
| Library | Dynamo4AM → Utilities → FilterElements | |
| Input | obj | Object to check. |
| Output | bool | Whether the object is a physical or an analytical wall. |