API 文件集 > Mechanica > Object ProMechsolid > Function ProMechsolidIdGet
Function ProMechsolidIdGet
Description
Obtains the ID of the solid volume. This is just an index in the array of generated solid volumes and is not persistent among different calls to ProMechmodelCreate().
Licensing Requirement
Synopsis
ProMechsolidIdGet
(
/* (In)
The solid volume.
*/
int* id
/* (Out)
The ID.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
這是否有幫助?