CATTPSBaseUseItf Interface 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 GetParallelOnScreen( obParallel)
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 GetZoomable( obZoomable)
Is the text zoomable.
Parameters:
obZoomable
TRUE if the text is zoomable. FALSE if the text is not zoomable.
o SetParallelOnScreen
public virtual SetParallelOnScreen( ibParallel)
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 SetZoomable( ibZoomable= TRUE )
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 © 1999-2014, Dassault Systèmes. All rights reserved.