HM_ExtAPI::CADDocumentGetProtoId()

Returns the prototype ID of a given part.

Syntax

const char* CADDocumentGetProtoId(
const HM_CAD_Document & doc
);

Type

HyperMesh Ext API Function

Description

Returns the prototype ID of a given part. Parts with the same prototype ID are instances of the same prototype.

Requires including hm_extapi.h.

Inputs

doc
[in] - Handle to document object that was returned by previous calls to API functions.

Errors

None.