CSLNurbsProjection Class Reference

This class represents an XSI_NurbsProjection template. More...

#include <XSINurbsProjectionList.h>

Inheritance diagram for CSLNurbsProjection:

CSLTemplate CSIBCNode List of all members.

Public Types

enum   EProjectionType {
  SI_UV,
  SI_WORLD
}
  Define projection types. More...

Public Member Functions

SI_Error  Synchronize ()
SI_Error  Fix ()
  CSLNurbsProjection (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate)
virtual  ~CSLNurbsProjection ()
  Destructor.
ETemplateType  Type ()
EProjectionType  GetProjectionType ()
SI_Void  SetProjectionType (EProjectionType in_Type)
CSLCurveList CurveList ()

Detailed Description

This class represents an XSI_NurbsProjection template.

Describes a Nurbs Projection List (see the XSI_NurbsProjection template reference).

See also:
CSLCurveList
Since:
dotXSI 3.6


Member Enumeration Documentation

enum EProjectionType

Define projection types.

Enumerator:
SI_UV  UV Space
SI_WORLD  World Space


Constructor & Destructor Documentation

CSLNurbsProjection ( CSLScene in_pScene,
CSLModel in_pModel,
CdotXSITemplate in_pTemplate  
)

Constructor

Parameters:
[in]  in_pScene  Parent scene
[in]  in_pModel  Parent model
[in]  in_pTemplate  Refered template


Member Function Documentation

SI_Error Synchronize (  )  [virtual]

Commits semantic layer data

Returns:
SI_Error Whether or not commit was a success

Reimplemented from CSLTemplate.

SI_Error Fix (  )  [virtual]

Cleans invalid data from the template.

Returns:
Error code

Reimplemented from CSLTemplate.

ETemplateType Type (  )  [inline, virtual]

Returns the type of this template

Return values:
CSLTemplate::XSI_NURBS_TRIM_LIST  The type of this template

Implements CSLTemplate.

EProjectionType GetProjectionType (  ) 

Returns the projection type

Returns:
EProjectionType The type of projection

SI_Void SetProjectionType ( EProjectionType  in_Type  ) 

Returns the projection type

Parameters:
[in]  in_Type  The type of projection

CSLCurveList* CurveList (  ) 

Returns the curve list describing this projection.

Returns:
CSLCurveList* Pointer to a curve list object.


The documentation for this class was generated from the following file: