NXOpen.UF.Part.Open

Part.Open()

Refer to UF_PART_open for documentation.

Signature: Open(partName)

Parameters:partName (str) – Name of part to retrieve.
Returns:A Tuple
Return type:A tuple consisting of (part,errorStatus)

part(Tag): The tag of the retrieved part or NULL_TAG if part retrieval fails.

errorStatus(`NXOpen.UF.Part.LoadStatus Refer to UF_PART_load_status_s for documentation.`): The user allocated structure is filled with the names and associated error codes of any parts that did not load correctly. The structure must be freed with UF_PART_free_load_status. For details see the definition of UF_PART_load_status_t.

License requirements: None