VisualizationFoundation CATModelForRep

Usage: you must use this class as is. You should never derive it.


public class CATModelForRep

Base class for dialog help objects.
Role: This class is a the main class (implementation) of a component that implements a visualization interface. It is dedicated to hold a graphic representation of an object that is not part of the document, but is used to ease the dialog. This representation is to be built outside and set to the component.

For example, it can hold the representation of a local 3D-axis system to enable the end user to indicate an axis. Such a component it can be put into the CATISO to be displayed, and thus selectable. Converted as a , it can be put into the , and objects to be highlighted, and prehighlighted respectively.

Since this class is a base class, do not use it directly. Use its derived classes instead:


Constructor and Destructor Index


o ~CATModelForRep()

Method Index


o GiveRep()
Returns a pointer to the graphic representation.

Constructor and Destructor


o ~CATModelForRep
public virtual ~CATModelForRep()

Methods


o GiveRep
public virtual GiveRep()
Returns a pointer to the graphic representation.

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

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