Node
Icon |
---|
Description
A Node generally contains X
, Y
, and Z
coordinates as well as Support condition.
In GSA, Nodes are the only objects containing spacial geometrical information (X, Y, Z coordinates). The node numbers are referred to by elements and members in their topology lists and therefore only contains reference to nodes, not the actualy node. In GSA this works because everything belongs to a single model, and the information does not need to be duplicated in elements and members.
In Grasshopper, on the other hand, all parameters (nodes, elements and members) exist independently from each other. For instance, an Element 1D in GsaGH keeps a copy of its start and end points, which is automatically taken care of by the plugin. Therefore, Nodes almost only need to be used for defining supports, as all other nodes in a model will be included as part of the Elements or Members.
Refer to Node to read more.
Properties
Icon | Type | Name | Description |
---|---|---|---|
Integer | Node number | Original Node number (ID) if Node ever belonged to a GSA Model | |
Point | Node Position | Position (x, y, z) of Node. Setting a new position will clear any existing ID | |
Plane | Node local axis | Local axis (Plane) of Node | |
Bool6 | Node Restraints | Restraints (Bool6) of Node | |
Integer | Damper Property | Damper Property reference | |
Integer | Mass Property | Mass Property reference | |
Spring Property | Spring Property | GSA Spring Property parameter | |
Text | Node Name | Name of Node | |
Colour | Node Colour | colour of node |
Note: the above properties can be retrieved using the Edit Node component