SYNTAX:
xpfGetStepIdOfInstance (instanceId : GENERIC)
stepId : INTEGER;
Given an EDM instance identifier, instanceId , the xpfGetStepIdOfInstance function will return the corresponding step file instance identifier, stepId, as found on the STEP file, provided the actual instance is imported by reading a STEP file and a Step identifier model was created during the STEP file read operation. Zero is returned when no corresponding step file instance identifier is found.
See also: xpxGetStepIdOfInstance, xpxReadStepFile ,xpfImportStepFile .
This function is equivalent to the EDMinterface function edmiGetStepIdOfInstance
General
Content
Integrations