CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
OdGiFillData Struct Reference

#include <GiGeometrySimplifier.h>

Public Member Functions

 OdGiFillData (OdGiConveyorContext *pDrawCtx, OdGiSubEntityTraits *pTraits, OdDb::LineWeight lweight=OdDb::kLnWt000, OdGiFillType fillType=kOdGiFillNever)
 
void set (OdDb::LineWeight lweight, OdGiFillType fillType, const OdGeVector3d *fillNormal)
 
 ~OdGiFillData ()
 

Public Attributes

OdDb::LineWeight m_lweight
 
OdGiFillType m_fillType
 
OdGeVector3d m_fillNormal
 
OdGeVector3dm_pFillNormal
 
OdGiSubEntityTraitsm_pTraits
 
OdGiConveyorContextm_pDrawCtx
 

Detailed Description

See also
TD_Gi <group OdGi_Classes>

Definition at line 1210 of file GiGeometrySimplifier.h.

Constructor & Destructor Documentation

◆ OdGiFillData()

OdGiFillData::OdGiFillData ( OdGiConveyorContext pDrawCtx,
OdGiSubEntityTraits pTraits,
OdDb::LineWeight  lweight = OdDb::kLnWt000,
OdGiFillType  fillType = kOdGiFillNever 
)

Constructor for the OdGiFillData structure.

Parameters
pDrawCtx[in] Pointer to the draw context.
pTraits[in] Sub-entity traits.
lweight[in] Lineweight type.
fillType[in] Fill type.

◆ ~OdGiFillData()

OdGiFillData::~OdGiFillData ( )

Destructor for the OdGiFillData structure.

Member Function Documentation

◆ set()

void OdGiFillData::set ( OdDb::LineWeight  lweight,
OdGiFillType  fillType,
const OdGeVector3d fillNormal 
)

Specifies various parameters for this fill data object.

Parameters
lweight[in] Lineweight type.
fillType[in] Fill type.
fillNormal[in] Pointer to a fill normal.

Member Data Documentation

◆ m_fillNormal

OdGeVector3d OdGiFillData::m_fillNormal

Definition at line 1240 of file GiGeometrySimplifier.h.

◆ m_fillType

OdGiFillType OdGiFillData::m_fillType

Definition at line 1239 of file GiGeometrySimplifier.h.

◆ m_lweight

OdDb::LineWeight OdGiFillData::m_lweight

Definition at line 1238 of file GiGeometrySimplifier.h.

◆ m_pDrawCtx

OdGiConveyorContext* OdGiFillData::m_pDrawCtx

Definition at line 1243 of file GiGeometrySimplifier.h.

◆ m_pFillNormal

OdGeVector3d* OdGiFillData::m_pFillNormal

Definition at line 1241 of file GiGeometrySimplifier.h.

◆ m_pTraits

OdGiSubEntityTraits* OdGiFillData::m_pTraits

Definition at line 1242 of file GiGeometrySimplifier.h.


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