Deconstructs a design global link element

Inputs

Number Name Object Type Description Optional
1 Design Link Element DesignLinkElement A design link element. No

Outputs

Number Name Object Type Description
1 GUID System.String Unique GUID as a string.
2 Point I Rhino.Geometry.Point3d The start point, as a Rhino point, in model units.
3 Point J Rhino.Geometry.Point3d The end point, as a Rhino point, in model units.
4 Kx System.Double The translational stiffness in the X-direction. This is the global X-direction for a global link and the local X-direction for a local link.
5 Ky System.Double The translational stiffness in the Y-direction. This is the global Y-direction for a global link and the local Y-direction for a local link.
6 Kz System.Double The translational stiffness in the Z-direction. This is the global Z-direction for a global link and the local Z-direction for a local link.
7 Rx System.Double The rotational stiffness about the local X-axis (1-axis), in units of moment per radian. A global link element does not contain this property and will return 0.
8 Rotation System.Double The rotation of the local Y & Z axes about the local X axis, in degrees. A global element does not contain this property and will return 0.
9 Type System.String Type of link element, either Global or Local.
10 Analysis Links List<LinkElement> List of analytical link elements associated with the design link.

Deconstruct Design Link.PNG