Library | File

Class pfcModelOId

# include <pfcModel.h>

class pfcModelOId
 : public virtual pfcStringOId
{
    xdeclare(pfcModelOId)
    ...
};
This is a COMPACT class.



Description

This class describes a model identifier.



Method Summary

static pfcModelOId_ptrCreate (pfcModelType Type, xrstring Name)
Creates a model identifier object with the specified model type and model name.
pfcModelTypeGetType ()
The model type (MDL_PART, MDL_ASSEMBLY, and so on)


Methods Inherited from Class pfcStringOId:

GetName



Method Detail

pfcModelTypeGetType ()

The model type (MDL_PART, MDL_ASSEMBLY, and so on)




static pfcModelOId_ptrCreate (pfcModelType Type, xrstring Name)

Creates a model identifier object with the specified model type and model name.
Parameters:
Type
The model type (MDL_PART, MDL_ASSEMBLY, and so on)
Name
The model name
Returns:
The new identifier object