All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgCustomizeRep

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIMfgCustomizeRep
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIMfgCustomizeRep

This interface is used in visu mechanism.

It allows to know if the object has an associated 3D Rep and if this one is permanent. It is used in highlight mechanism and Rep tree definition.


Method Index


o HasPermanentRep()
Method to know if the associated 3D Rep is to be seen permanently.
o HasRep()
Method to know if the object has an associated 3D Rep.

Methods


o HasPermanentRep
public virtual CATBoolean HasPermanentRep()= 0
Method to know if the associated 3D Rep is to be seen permanently.
Returns:
TRUE if the associated Rep is permanent, FALSE if it is fugitive.
o HasRep
public virtual CATBoolean HasRep()= 0
Method to know if the object has an associated 3D Rep.
Returns:
TRUE if the associated Rep exists and is not a bag, FALSE otherwise (no Rep or a bag).

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

Copyright © 2003, Dassault Systèmes. All rights reserved.