Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
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

  • No labels