| tag_t (tag_t类型) | feature_tag | Input(输入) | Tag of angle expression feature to query. |
| tag_t * (tag_t型的指针) | object1 | Output(输出) | Tag of referenced object 1 the angle was created from |
| UF_GEXP_qualifier_t * | qualifier1 | Output(输出) | Qualifier for object1, only applicable to lines and edges. |
| tag_t * (tag_t型的指针) | xform1 | Output(输出) | Tag of transformation for first object; if the object is in the same part the feature was created in, this would be NULL_TAG. |
| tag_t * (tag_t型的指针) | object2 | Output(输出) | Tag of referenced object 2 the angle was created from. |
| UF_GEXP_qualifier_t * | qualifier2 | Output(输出) | Qualifier for object2, only applicable to lines and edges. |
| tag_t * (tag_t型的指针) | xform2 | Output(输出) | Tag of transformation for second object. This tag is NULL_TAG if the object is in the same part in which the feature was created. |
| tag_t (tag_t类型) | feature_tag | Input(输入) | Tag of distance expression feature to query. |
| tag_t * (tag_t型的指针) | ref1 | Output(输出) | Tag of first referenced object |
| tag_t * (tag_t型的指针) | xform1 | Output(输出) | Tag of transformation for first object. The transformation is NULL_TAG for objects in the same part in which the feature was created. |
| tag_t * (tag_t型的指针) | ref2 | Output(输出) | Tag of second referenced object |
| tag_t * (tag_t型的指针) | xform2 | Output(输出) | Tag of transformation for second object. The transformation is NULL_TAG for objects in the same part in which the feature was created. |
| tag_t (tag_t类型) | feature_tag | Input(输入) | Tag of length expression feature to edit. |
| tag_t * (tag_t型的指针) | ref_object | Output(输出) | Tag of referenced object |
| tag_t * (tag_t型的指针) | xform | Output(输出) | Tag of transformation for the referenced object. The transformation is NULL_TAG for an object in the same part in which the feature was created. |
| tag_t (tag_t类型) | from_object | Input(输入) | Tag of object to create the angle from. Valid object types are: UF_line_type, UF_datum_plane_type, UF_datum_axis_type, UF_solid_type. A solid edge should be linear and a solid face should be planar. Occurrence tags are not allowed. Use the prototype tag instead. |
| UF_GEXP_qualifier_t | qualifier1 | Input(输入) | Qualifier for object1, only applicable to lines and edges. |
| tag_t (tag_t类型) | object1_xform | Input(输入) | Tag of transformation for first object. The tag is NULL_TAG if the object is in the same part in which the feature is created. |
| tag_t (tag_t类型) | to_object | Input(输入) | Tag of object to create angle from. Valid object types are: UF_line_type, UF_datum_plane_type, UF_datum_axis_type, UF_solid_type. A solid edge should be linear and a solid face should be planar. Occurrence tags are not allowed. Use the prototype tag instead. |
| UF_GEXP_qualifier_t | qualifier2 | Input(输入) | Qualifier for object2,only applicable to lines and edges. |
| tag_t (tag_t类型) | object2_xform | Input(输入) | Tag of transformation for second object. The tag is NULL_TAG if the object is in the same part in which the feature is created. |
| tag_t * (tag_t型的指针) | feature_tag | Output(输出) | Tag of the created feature |
| tag_t * (tag_t型的指针) | exp_tag | Output(输出) | Tag of the created expression |
| tag_t (tag_t类型) | from_object | Input(输入) | Tag of object to create the distance from. Valid object types are: UF_point_type, UF_line_type, UF_circle_type, UF_spline_type, UF_conic_type, UF_solid_type, and UF_datum_plane_type. Occurrence tags are not allowed. Use the prototype tag instead. |
| tag_t (tag_t类型) | object1_xform | Input(输入) | Tag of transformation for first object. This tag is NULL_TAG if the object is in the same part in which the feature is created. |
| tag_t (tag_t类型) | to_object | Input(输入) | Tag of object to create distance to. Valid object types are: UF_point_type, UF_line_type, UF_circle_type, UF_spline_type, UF_conic_type, UF_solid_type, and UF_datum_plane_type. Occurrence tags are not allowed. Use the prototype tag instead. |
| tag_t (tag_t类型) | object2_xform | Input(输入) | Tag of transformation for second object. This tag is NULL_TAG if the object is in the same part in which the feature is created. |
| tag_t * (tag_t型的指针) | feature_tag | Output(输出) | Tag of the created feature |
| tag_t * (tag_t型的指针) | exp_tag | Output(输出) | Tag of the created expression |
| tag_t (tag_t类型) | object | Input(输入) | Tag of object for which to create the length. Valid object types are: UF_line_type UF_circle_type UF_spline_type UF_conic_type UF_solid_type Occurrence tags are not allowed. Use the prototype tag instead. |
| tag_t (tag_t类型) | xform | Input(输入) | Tag of transformation for the object. The tag is NULL_TAG if the object is in the same part in which the feature is created. |
| tag_t * (tag_t型的指针) | feature_tag | Output(输出) | Tag of the created feature |
| tag_t * (tag_t型的指针) | exp_tag | Output(输出) | Tag of the created expression |
| tag_t (tag_t类型) | feature_tag | Input(输入) | Tag of angle expression feature to edit. |
| tag_t (tag_t类型) | new_from_object | Input(输入) | Tag of object to use for newly edited angle. Valid object types are: UF_line_type UF_datum_plane_type UF_datum_axis_type UF_solid_type Solid edge should be linear and solid face should be planar. Occurrence tags are not allowed. Use the prototype tag instead. |
| UF_GEXP_qualifier_t | qualifier1 | Input(输入) | Qualifier for object1, only applicable to lines and edges. |
| tag_t (tag_t类型) | new_xform1 | Input(输入) | Tag of transformation for first object. This is NULL_TAG if the object is in the same part in which the feature is created. |
| tag_t (tag_t类型) | new_to_object | Input(输入) | Tag of object to use for newly edited angle. Valid object types are: UF_line_type UF_datum_plane_type UF_datum_axis_type UF_solid_type Solid edge should be linear and solid face should be planar. Occurrence tags are not allowed. Use the prototype tag instead. |
| UF_GEXP_qualifier_t | qualifier2 | Input(输入) | Qualifier for object2,only applicable to lines and edges. |
| tag_t (tag_t类型) | new_xform2 | Input(输入) | Tag of transformation for second object. This is NULL_TAG if the object is in the same part in which the feature is created. |
| tag_t (tag_t类型) | feature_tag | Input(输入) | Tag of distance expression feature to edit. |
| tag_t (tag_t类型) | new_from_object | Input(输入) | Tag of object to use for newly edited distance. Occurrence tags are not allowed. Use the prototype tag instead. |
| tag_t (tag_t类型) | new_xform1 | Input(输入) | Tag of transformation for first object. This tag is NULL_TAG if the object is in the same part in which the feature is created. |
| tag_t (tag_t类型) | new_to_object | Input(输入) | Tag of object to use for newly edited distance. Occurrence tags are not allowed. Use the prototype tag instead. |
| tag_t (tag_t类型) | new_xform2 | Input(输入) | Tag of transformation for second object. This tag is NULL_TAG if the object is in the same part in which the feature is created. |
| tag_t (tag_t类型) | feature_tag | Input(输入) | Tag of length expression feature to edit. |
| tag_t (tag_t类型) | new_object | Input(输入) | Tag of object to use for newly edited length. Valid object types are: UF_line_type UF_circle_type UF_spline_type UF_conic_type UF_solid_type Occurrence tags are not allowed. Use the prototype tag instead. |
| tag_t (tag_t类型) | new_xform | Input(输入) | Tag of transformation for object. This tag is NULL_TAG if the object is in the same part in which the feature is created. |