CATMecModUseItf Interface CATIMechanicalProperties

Usage: you can freely reimplement this interface.


interface CATIMechanicalProperties

Interface to manage the build activation of a geometrical feature.
Role: This interface enables you to deactivate a geometrical feature ( ) during an update. It provides the functionality given by the Activate/Deactivate commmand in the contextual menu of a geometrical feature.

Caution, for those who implement the CATIFmFeatureBehaviorCustomization interface on a new CAA mechanical feature, if the feature is a:

This interface is already implemented on the MechanicalFormFeature, the MechanicalContextualFeature and the GSMGeom StartUps, You should only implement this interface if your CAA feature derives from a GeometricalElement3D.


Method Index


o Activate()
Activates a geometrical feature.
o InActivate()
Deactivates a geometrical feature.
o IsInactive()
Returns the activation status of a geometrical feature.

Methods


o Activate
public virtual Activate()
Activates a geometrical feature.
o InActivate
public virtual InActivate()
Deactivates a geometrical feature.
o IsInactive
public virtual IsInactive()
Returns the activation status of a geometrical feature.
Legal values:

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

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