NXOpen.UF.ProcessAid.AskDatumObjects

ProcessAid.AskDatumObjects()

Refer to UF_PROCESS_AID_ask_datum_objects for documentation.

Signature: AskDatumObjects(featureSet)

Parameters:featureSet (Tag) – tag of the datum location feature,datum point, certification point or measurement point feature
Returns:A Tuple
Return type:A tuple consisting of (numDatPoints,datumPoint,numDatVectors,datumVector,numSets,nObjectsInEachSet,objects)

numDatPoints(int): number of datum points in the givenfeature set

datumPoint(list of Tag): object tags of the datum point in the given feature set. This must be freed using UF_free.

numDatVectors(int): number of datum vectors in the givenfeature set

datumVector(list of Tag): object tags of the datum vector in the given feature set. This must be freed using UF_free.

numSets(int): number of sets of objects

nObjectsInEachSet(list of int): number of objects in each set. Use UF_free to free this

objects(Tag): tags of the objects involved in thedatum feature. Use the function UF_free to free this

License requirements: None