Align
double Align (object slave, object master, int state)
Return Value: 1 = success, 0 = failure
Arguments:
slave |
item to be aligned |
master |
item to align to |
state |
0 = off, 1 = on |
The slave object's local axes are aligned to the master object's. This function is equivalent to what is often referred to as an "orient constraint" in other apps.
Example:
Exp_1
|_ Align(Null_1, Null_2, 1)
This would align Null_1 to the orientation of Null_2.
Converted from CHM to HTML with chm2web Pro 2.82 (unicode) |