DataExchangeKernelItf Interface CATIExchangeRepresentation
Usage: you can freely reimplement this interface.
interface CATIExchangeRepresentation
Interface to exchange representations.
Role: This is the abstract class for all representations which are the
different sets of information contained in a CAD document,
and are different focusses a XCAD exchange operation may have.
Available from CATIA V5R11.
- See also:
- , ,
Method Index
- o
GetAssociatedDocument(CATIExchangeInputDocument_var&)
- Retrieves the owning document.
- o
GetName(CATUnicodeString&)
- Retrieves the name of the representation.
- o
GetRepresentationType(CATUnicodeString&)
- Retrieves the representation type.
Methods
o GetAssociatedDocument
public virtual GetAssociatedDocument( | | oDocument) |
-
Retrieves the owning document.
- Parameters:
-
- oDocument
- Get the associated document.
o GetName
public virtual GetName( | | oName) |
-
Retrieves the name of the representation.
- Parameters:
-
- OName
- Gets the name.
o GetRepresentationType
public virtual GetRepresentationType( | | oRepresentationType) |
-
Retrieves the representation type.
- Parameters:
-
- oRepresentationType
- Get the representation type.
This object is included in the file: CATIExchangeRepresentation.h
If needed, your Imakefile.mk should include the module: DataExchangeKernelItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.