•Concepts and syntax of constraint-based positioning
•How to use positioning to adjust the LegPair and Leg Designs in this Guide"s Table example.
A Child group references its parent’s position. The origin of the Child group is located at the center of parent’s position.
{ origin: p(x, y, x), xdir: v(x, y, z), ydir: v(x, y, z), zdir: v(x, y, z) }
x, y, z location of points in coordinates of current part
p(a,b,c) origin point
xdir: v(a,b,c) vector of the x direction
ydir: v(a,b,c) vector of the y direction
zdir: v(a,b,c) vector of the z direction