All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATTPSInterfaces Interface CATITPSParallelOnScreen

System.IUnknown
  |
  +---CATITPSParallelOnScreen
 

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


interface CATITPSParallelOnScreen

Interface dedicated to change display propeties on 3D annotations => Parallel on screen => If the 3D annotation is parallel, the capability to be zoomable


Method Index


o GetParallelOnScreen(CATBoolean*)
Is the text parallel on screen.
o GetZoomable(CATBoolean*)
Is the text zoomable.
o SetParallelOnScreen(CATBoolean)
Set the text parallel (or not) on screen.
o SetZoomable(CATBoolean)
Set the text parallel (or not) zoomable.

Methods


o GetParallelOnScreen
public virtual HRESULT GetParallelOnScreen(CATBoolean* obParallel) const = 0
Is the text parallel on screen.
Parameters:
obParallel
TRUE if the text is parallel on screen. FALSE if the text is not parallel on screen.
o GetZoomable
public virtual HRESULT GetZoomable(CATBoolean* obZoomable) const = 0
Is the text zoomable.
Parameters:
obZoomable
TRUE if the text is zoomable. FALSE if the text is not zoomable.
o SetParallelOnScreen
public virtual HRESULT SetParallelOnScreen(CATBoolean ibParallel) = 0
Set the text parallel (or not) on screen.
Parameters:
ibParallel
TRUE if the text must become parallel on screen. FALSE if the text must become not parallel on screen.
o SetZoomable
public virtual HRESULT SetZoomable(CATBoolean ibZoomable= TRUE )= 0
Set the text parallel (or not) zoomable. If the text is zoomable, it can't save in CGR and WRML.
Parameters:
ibZoomable
TRUE if the text must become zoomable default value. FALSE if the text must become not zoomable.

This object is included in the file: CATITPSParallelOnScreen.h

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