Frame3D
Frame3D is the fundamental 3D connector used for 6DOF motion. Most components have one or several Frame connectors that can be connected together
Usage
Dyad.Frame3D()
Source
dyad
"""
Frame3D is the fundamental 3D connector used for 6DOF motion. Most components have one or several `Frame`
connectors that can be connected together
"""
connector Frame3D
"The position vector from the world frame to the frame origin, resolved in the world frame"
potential r_0::Position[3]
"This is the Rotation matrix used to represent orientation"
potential R::Real[3, 3]
"The cut force resolved in the connector frame"
flow f::Force[3]
"The cut torque resolved in the connector frame"
flow tau::Torque[3]
endRelated
Examples
Experiments
Analyses
Tests