Usage: you must use this class as is. You should never derive it.
public class CATCreate
Class representing a visualization event requesting the visualization of one object which is not visualized yet within
existing trees of graphical representations.
Role: providing a visualization event which holds all the information required to visualize a new object
as child of another object within any opened documents where it is not already visualized.
The idea is that one is working with one or several documents having their own visualization, and one wants to add a new object as child of another object, which is already visualized in one or several documents. To achieve this goal, one has only to send a event enclosing the new object one wants to visualize along with the object's parent. Refer to the interface to have details about the management of the visualization events and their mechanism.
public CATCreate( | iObject, | ||
iParent, | |||
iCreationMode | = CATVisDefaultMode) |
public virtual ~CATCreate( | ) |
public virtual Clone( | ) |
public GetFather( | ) |
public CATVisCreationMode _CreationMode
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.