CAA C++ API Modifications

ManufacturingInterfaces


Entity
SP
Modification
To Do
ManufacturingInterfaces/Public/CATIMfgResourceQueryUserDataBase.h/CATIMfgResourceQueryUserDataBase/GetCorrectors
Prototype: virtual HRESULT GetCorrectors(const int &iElem,CATListOfCATUnicodeString &oListPoints,CATListOfInt &oListNumber,CATListOfInt &oListLengthNumber,CATListOfInt &oListRadiusNumber,CATListOfDouble &oListDiameter,CATIMfgResourceQuery::MfgResourceQueryType iResourceType=MfgCurrent);
GA NPVMA new method has been added on the base class (CATIMfgResourceQuery). See example of implementation in CAAManufacturingItf.edu framework for details on how to implement it.
ManufacturingInterfaces/Public/CATIMfgResourceQueryUserDataBase.h/CATIMfgResourceQueryUserDataBase/InstanciateResourceInDocument
Prototype: virtual HRESULT InstantiateResourceInDocument(const int &iEleCATBaseUnknown_var &hBUResources,CATIMfgResourceQuery::MfgResourceQueryType iRourceType=MfgCurrent,CATDocument*piDoc = NULL);
GA NPVMA new method has been added on the base class (CATIMfgResourceQuery). See example of implementation in CAAManufacturingItf.edu framework for details on how to implement it.