All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ApplicationFrame Interface CATIReframeCamera

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

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


interface CATIReframeCamera

Interface to make camera reframed automatically.
Role: Any camera implementing this interface can reframe the viewpoint automatically when applied.

See also:
CATICamera


Method Index


o GetReframe()
Returns the automatic reframe ability status.
o SetReframe(int)
Sets or unsets the automatic reframe ability.

Methods


o GetReframe
public virtual int GetReframe()=0
Returns the automatic reframe ability status.
Returns:
  • 0 no automatic reframe
  • 1 automatic reframe
  • .
    o SetReframe
    public virtual void SetReframe(int iReframe) =0
    Sets or unsets the automatic reframe ability.
    Parameters:
    iReframe
    automatic reframe ability.
    Legal values:
  • 0 no automatic reframe
  • 1 automatic reframe
  • .

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

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