Usage: you can reimplement this interface by deriving the supplied CATExtIEdit adapter class.
interface CATIEdit
Interface implemented by CATIA objects to react to double clicking.
Role: A double clic on a pad in the part design
workshop pops up the definition dialog, and the invocation
of the contextual menu on a pad makes the item "Definition ..."
available under the "Object Pad.1" submenu).
This is possible because the Pad object implements CATIEdit.
When double-clicked on, or activated from the "Definition ..."
contextual item, a CATIA object implementing CATIEdit is callbacked
on its method and is then expected to start a
.
Note that before being activated via
, the ui-activation manager ui-activates the first ui-activable object (
) in the immediate hierarchy of this feature.
Important notice: Using the
as a base class when implementing CATIEdit is mandatory.
BOA information: this interface can be implemented using the BOA (Basic Object Adapter). To know more about the BOA, refer to the CAA Encyclopedia home page. Click Middleware at the bottom left, then click the Object Modeler tab page. Several articles deal with the BOA.
public virtual Activate( | iPath) |
public virtual GetPanelItem( | iParent, | |
const | iTitle) |
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.