#include <kfbxstreamoptionsdxf.h>
Inherits KFbxStreamOptions.
Inheritance diagram for KFbxStreamOptionsDxfReader:
The content of KfbxStreamOptionsDxf is stored in the inherited Property of its parent (KFbxStreamOptions).
Definition at line 62 of file kfbxstreamoptionsdxf.h.
Public Types | |
enum | EObjectDerivation |
Shading modes
| |
Public Member Functions | |
void | Reset () |
Reset all options to default values. | |
void | SetCreateRootNode (bool pCreateRootNode) |
Sets the Create Root Node Option. | |
void | SetWeldVertices (bool pWeldVertices) |
Sets the Weld Vertices Option. | |
void | SetObjectDerivation (EObjectDerivation pDerivation) |
Sets the Object Derivation. | |
EObjectDerivation | GetObjectDerivation () |
Gets the Object Derivation. |
enum EObjectDerivation |
void Reset | ( | ) | [virtual] |
void SetCreateRootNode | ( | bool | pCreateRootNode | ) | [inline] |
Sets the Create Root Node Option.
pCreateRootNode | The boolean value to be set. |
Definition at line 87 of file kfbxstreamoptionsdxf.h.
References KFbxStreamOptions::GetOption(), KFBXSTREAMOPT_DXF_REFERENCENODE, and KFbxProperty::Set().
void SetWeldVertices | ( | bool | pWeldVertices | ) | [inline] |
Sets the Weld Vertices Option.
pWeldVertices | The boolean value to be set. |
Definition at line 92 of file kfbxstreamoptionsdxf.h.
References KFbxStreamOptions::GetOption(), KFBXSTREAMOPT_DXF_WELD_VERTICES, and KFbxProperty::Set().
void SetObjectDerivation | ( | EObjectDerivation | pDerivation | ) |
Sets the Object Derivation.
pDerivation | The object variation to be set. |
EObjectDerivation GetObjectDerivation | ( | ) |
Gets the Object Derivation.