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:
If the feature is deactivated, the method is not called.
If the feature is deactivated, the method is called. You should take into account the activation flag in your build method implementation.
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.
public virtual Activate( | ) |
public virtual InActivate( | ) |
public virtual IsInactive( | ) |
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.