Types of ASSEMBLE:
ALIGN |
Aligns two references |
ALIGN_OFF |
Aligns two references with an offset |
ORIENT |
Orients two references |
MATE |
Mates two references |
MATE_OFF |
Mates two references with an offset |
PNT_ON_LINE |
Puts a point on a curve |
PNT_ON_SRF |
Puts a point on a surface |
CSYS |
Aligns two coordinate systems |
Types of UDF:
UDF_REF |
Asing a reference for the UDF |
UDF_DIM |
Commit a dimension |
UDF_NUMBER |
Can be used for integer values |
UDF_EXP_PARAM |
Parameter name of the UDF - will be saved for later use |
UDF_EXP_REF |
Reference name of the UDF - will be saved for later use |
UDF_REORDER_NR |
With this command you can reorder the placement in the model tree |
IF-Conditions
REF_TYPE |
Check the reference type |
SEL_PROF_SIDE |
Searches for a profile side |
INTERF |
Interference check |
FEAT_EXIST |
Check if a feature already exists |
PARAM_EQUAL |
Compare parameters |
PARAM_TRUE |
Parameter not equal NULL |
PARAM_FALSE |
Parameter equal NULL |
REF_EQUAL |
Reference is equal |
REF_UNEQUAL |
Reference not equal |
ELEM_EXIST |
Check if the element already exists |
ELEM_NEW |
Is the element new? |
REF_VALID |
Checks, if the references are valid |