CATCompositesUseItf Interface CATICciSkinSwapping

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


interface CATICciSkinSwapping

Interface to Skin Swapping.
Role: Allows to manage a Composites Skin Swapping feature.


Method Index


o GetDestinationSurface(CATIMmiMechanicalFeature_var&)
Get Surface for SkinSwapping.
o GetOriginalSurface(CATIMmiMechanicalFeature_var&)
Gets the original swapped surface.
o GetSwapMode(CATCciSwapMode&)
Get the type of Swapping.
o SetDestinationSurface(CATIMmiMechanicalFeature_var)
Set Surface for SkinSwapping.
o SetSwapMode(CATCciSwapMode)
Set the type of Swapping.

Enumerated Type Index


o CATCciSwapMode

Methods


o GetDestinationSurface
public virtual GetDestinationSurface( oDestinationSurface)
Get Surface for SkinSwapping.
Parameters:
oDestinationSurface
The Surface of the swapping.
o GetOriginalSurface
public virtual GetOriginalSurface( oSurface)
Gets the original swapped surface.
Parameters:
oSurface
The original swapped surface.
o GetSwapMode
public virtual GetSwapMode( oType)
Get the type of Swapping.
Parameters:
oType
The mode : one among Projection,Elevation,Unfold.
o SetDestinationSurface
public virtual SetDestinationSurface( const iDestinationSurface)
Set Surface for SkinSwapping.
Parameters:
iDestinationSurface
The Surface to which swapping is done.
o SetSwapMode
public virtual SetSwapMode( const iType)
Set the type of Swapping.
Parameters:
iType
The mode : one among Projection,Elevation,Unfold.

Enumerated Types


o CATCciSwapMode
enum CATCciSwapMode {
  Projection,
  Elevation,
  Unfold
}

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

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.