Download - ServiceNet - T
Transcript
Vector<String> infoNames, Vector<String> infoValues); Description: This interface function is called to retrieve Assembly Structure Relation information for CATIA (CMI Info Dialog). Object the object (TCComponent with type PSOccurence) to get the info from. infoNames the return vector with the names. infoValues the return vector with the values. Standard Properties in CATIA V5 In CA TIA V5 standard properties (Revision, Definition, Nomenclature and Description) can be set from CMI RII. The property values could be changed by t he user and all changed properties are sent back to Teamcenter during update. Standard properties may be set/stored for the TCComponent ItemRevision class or TCComponentDatas et class. Customization: Sending standard attributes to CATIA V5 To customize the standard properties getter implement the following extension points: Name: CMIRIICustomGetCatiaDefinition Plugin ID: com.tsystems.cmi.r2.interfaces Interface: ICustomGetCatiaDefinition Package: com.tsystems.cmi.r2.interfaces.custom Function: String getCatiaDefinition( Object object); Description: This interface function is called to retrieve CATIA Definition from Teamcenter. object the object (TCComponentItemRevision or TCComponentDataset) to get the info from. Returns the CATIA Definition. Name: CMIRIICustomGetCatiaDescription Plugin ID: com.tsystems.cmi.r2.interfaces Interface: ICustomGetCatiaDescription Package: com.tsystems.cmi.r2.interfaces.custom Function: String getCatiaDescription( CMI RII Release 3.9 - Customization manual 11