Creates a vector fit constraint that can be fed into another command, such as Make Point to Point Relationship.
Input Arguments
0 |
Boolean |
Use High X Limit |
Indicates if a high limit should be applied to the X component. |
1 |
Double |
High X Limit |
The high limit on the X component. |
2 |
Boolean |
Use High Y Limit |
Indicates if a high limit should be applied to the Y component. |
3 |
Double |
High Y Limit |
The high limit on the Y component. |
4 |
Boolean |
Use High Z Limit |
Indicates if a high limit should be applied to the Z component. |
5 |
Double |
High Z Limit |
The high limit on the Z component. |
6 |
Boolean |
Use High Mag Limit |
Indicates if a high limit should be applied to the magnitude. |
7 |
Double |
High Mag Limit |
The high limit on the magnitude. |
8 |
Boolean |
Use Low X Limit |
Indicates if a low limit should be applied to the X component. |
9 |
Double |
Low X Limit |
The low limit on the X component. |
10 |
Boolean |
Use Low Y Limit |
Indicates if a low limit should be applied to the Y component. |
11 |
Double |
Low Y Limit |
The low limit on the Y component. |
12 |
Boolean |
Use Low Z Limit |
Indicates if a low limit should be applied to the Z component. |
13 |
Double |
Low Z Limit |
The low limit on the Z component. |
14 |
Boolean |
Use Low Mag Limit |
Indicates if a low limit should be applied to the magnitude. |
15 |
Double |
Low Mag Limit |
The low limit on the magnitude. |
Return Arguments
16 |
Vector Constraint |
Resultant Vector Constraint |
The resulting vector constraint. |
Returned Status
SUCCESS |
This command always succeeds. |
Remarks
None.