CSLNurbsTrim Class Reference

#include <XSINurbsTrimList.h>

Inheritance diagram for CSLNurbsTrim:

CSLTemplate CSIBCNode List of all members.

Public Types

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

Public Member Functions

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

Detailed Description

Describes a Nurbs Trim List (see the XSI_NurbsTrim template reference).
Note:
This template was introduced in dotXSI Version 3.6
See also:
CSLCurveList


Member Enumeration Documentation

enum EProjectionType

Define projection types.

Enumerator:
SI_UV  UV Space
SI_WORLD  World Space


Constructor & Destructor Documentation

CSLNurbsTrim ( CSLScene in_pScene,
CSLModel in_pModel,
CdotXSITemplate in_pTemplate  
)

Constructor

Parameters:
in_pScene  Parent scene
in_pModel  Parent model
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.

ETemplateType Type (  )  [inline, virtual]

Gets the type of this template

Returns:
ETemplateType The type of this template: XSI_NURBS_TRIM_LIST

Implements CSLTemplate.

SI_Bool GetBoundaryFlag (  ) 

Gets the boundary flag

Returns:
SI_Bool The type of boundary

SI_Void SetBoundaryFlag ( SI_Bool  in_Flag  ) 

Sets the boundary flag

Parameters:
in_Flag  The type of boundary

EProjectionType GetProjectionType (  ) 

Gets the projection type

Returns:
EProjectionType The type of projection

SI_Void SetProjectionType ( EProjectionType  in_Type  ) 

Sets the projection type

Parameters:
in_Type  The type of projection

CSLCurveList* CurveList (  )  [inline]

Return the curve list describing this trim.

Returns:
CSLCurveList* Pointer to a curve list object.

virtual SI_Error Fix (  )  [virtual]

Clean invalid data from the template.

Returns:
SI_Error Error code

Reimplemented from CSLTemplate.


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