Description |
| Returns the Creo Simulate items dependent upon the input Creo Simulate item. |
Licensing Requirement |
|
TOOLKIT for Mechanica
|
Synopsis |
#include <ProMechItem.h> |
ProError | ProMechitemDependenciesGet | ( |
| ProMechItem* item | |
| /*
(In) |
| The Creo Simulate item. |
| */ |
| ProAsmcomppath* component_path | |
| /*
(In) |
| The component path from the top level Creo Simulate model (the model used in ProMechanicaEnable() down to the item. Can be NULL if the item is in the top level model. |
| */ |
| ProMechItem** dependencies | |
| /*
(Out) |
| The dependent items. Free this array using ProArrayFree(). |
| */ |
) |
Returns |
|
|