...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfGetInstanceOfStepId (modelId : GENERIC;
stepId : INTEGER)
instanceId : GENERIC;
|
The xpfGetInstanceOfStepId function returns the instance identifier of the corresponding EDM instance, that was created during a read STEP file session in the argument <instanceid>. The model holding the instance is specified by the argument <modelId>, and the step identifier is specified by the <stepId> argument, as found in the STEP file.
This function is equivalent to the EDMinterface function edmiGetInstanceOfStepId.
See also xpxGetInstanceOfStepId.
Arguments
...
Type | Name | Comment |
GENERIC | modelId | Instance id of of the model within the EDMdatabase |
INTEGER | stepId | step identifier |
Return Value
...
Type | Name | Comment |
GENERIC | instanceId | comments |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|