Returns the datum references from a specified feature check. This includes the datum names and objects used to define the datums.
Input Arguments
0 |
Collection Object Name |
Feature Check |
The check to consider |
Return Arguments
1 |
String |
Datum 1 Reference String |
Name of the 1st datum |
2 |
Surface Faces |
Datum 1 CAD Faces |
List of CAD face indexes referenced |
3 |
Collection Object Name Ref List |
Datum 1 SA Objects |
List of SA objects referenced |
4 |
Collection Object Name Ref List |
Datum 1 Aux SA Objects |
List of offset or auxiliary objects referenced |
5 |
Collection Object Name Ref List |
Datum 1 Geometry Relationships |
List of GR-Features referenced |
6 |
Collection Object Name Ref List |
Datum 1 Aux Geometry Relationships |
List of offset or auxiliary GR-Features |
1 |
String |
Datum 2 Reference String |
Name of the 2nd datum |
2 |
Surface Faces |
Datum 2 CAD Faces |
List of CAD face indexes referenced |
3 |
Collection Object Name Ref List |
Datum 2 SA Objects |
List of SA objects referenced |
4 |
Collection Object Name Ref List |
Datum 2 Aux SA Objects |
List of offset or auxiliary objects referenced |
5 |
Collection Object Name Ref List |
Datum 2 Geometry Relationships |
List of GR-Features referenced |
6 |
Collection Object Name Ref List |
Datum 2 Aux Geometry Relationships |
List of offset or auxiliary GR-Features |
1 |
String |
Datum 3 Reference String |
Name of the 3rd datum |
2 |
Surface Faces |
Datum 3 CAD Faces |
List of CAD face indexes referenced |
3 |
Collection Object Name Ref List |
Datum 3 SA Objects |
List of SA objects referenced |
4 |
Collection Object Name Ref List |
Datum 3 Aux SA Objects |
List of offset or auxiliary objects referenced |
5 |
Collection Object Name Ref List |
Datum 3 Geometry Relationships |
List of GR-Features referenced |
6 |
Collection Object Name Ref List |
Datum 3 Aux Geometry Relationships |
List of offset or auxiliary GR-Features |
Returned Status
SUCCESS |
This feature check references were returned successfully |
FAILURE |
The feature check could not be found |
Remarks
None.