CATPartUseItf Interface CATIPdgUseTechnoRes

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIPdgUseTechnoRes

Interface to get attributes related to Technological result.
Theses CAA APIs are licensed with the Technical Product PD1.prd

Example:
       
   #include "CATIPdgUseTechnoRes.h"
   #include "ListPOfCATFace.h" 
   //          pTechnoRes is kind of CATIPdgUseTechnoRes
        ListPOfCATFace TRFaces;
        CATListValCATICkeParm TRAttributes;
        pTechnoRes -> GetTechResFaces (TRFaces); 
        pTechnoRes -> GetTechResAttributes (TRAttributes);

 


Method Index


o GetTechResAttributes(CATListValCATICkeParm_var&)
Gets Technological Result Attributes.
o GetTechResfaces(ListPOfCATFace&)
Gets Technological Result Faces.

Methods


o GetTechResAttributes
public virtual HRESULT GetTechResAttributes(CATListValCATICkeParm_var& oTechResList)=0
Gets Technological Result Attributes.
Parameters:
oTechResList
o GetTechResfaces
public virtual HRESULT GetTechResfaces(ListPOfCATFace& oTechResFacesList)=0
Gets Technological Result Faces.
Parameters:
oTechResFacesList

This object is included in the file: CATIPdgUseTechnoRes.h
If needed, your Imakefile.mk should include the module: CATPartUseItf

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.