All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

PartInterfaces Interface CATIMirror

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---PartInterfaces.CATIShape
        |
        +---CATIMirror
 

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


interface CATIMirror

Interface to read or modify the mirror's specifications.
Role: The mirror feature allows users to duplicate an original body according to a symmetry.


Method Index


o GetPlane()
Returns the mirroring element as a plane or face that specifies the mirror.
o ModifyMirrorPlane(CATISpecObject_var&)
Sets the face or plane about which the body is mirrored.

Methods


o GetPlane
public virtual CATISpecObject_var GetPlane()= 0
Returns the mirroring element as a plane or face that specifies the mirror.
o ModifyMirrorPlane
public virtual void ModifyMirrorPlane( const CATISpecObject_var& ihMirrorPlane) = 0
Sets the face or plane about which the body is mirrored.
Parameters:
ihMirrorPlane
The face or plane that specifies the mirroring element.

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

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