CAA C++ API Modifications | ManufacturingInterfaces |
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 | NPVM | A 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 | NPVM | A 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. |