#include<kfbxstreamoptionsdxf.h>
The content of KfbxStreamOptionsDxf is stored in the inherited Property of its parent (KFbxStreamOptions).
Definition at line58of filekfbxstreamoptionsdxf.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(EObjectDerivationpDerivation) |
| Sets the Object Derivation. | |
| EObjectDerivation | GetObjectDerivation() |
| Gets the Object Derivation. | |
| void Reset | ( | ) | [virtual] |
Reset all options to default values.
Reimplemented fromKFbxStreamOptions.
| void SetCreateRootNode | ( | bool | pCreateRootNode | ) | [inline] |
Sets the Create Root Node Option.
| pCreateRootNode | The boolean value to be set. |
Definition at line83of filekfbxstreamoptionsdxf.h.
ReferencesKFbxStreamOptions::GetOption(), andKFbxProperty::Set().
| void SetWeldVertices | ( | bool | pWeldVertices | ) | [inline] |
Sets the Weld Vertices Option.
| pWeldVertices | The boolean value to be set. |
Definition at line88of filekfbxstreamoptionsdxf.h.
ReferencesKFbxStreamOptions::GetOption(), andKFbxProperty::Set().
| void SetObjectDerivation | ( | EObjectDerivation | pDerivation | ) |
Sets the Object Derivation.
| pDerivation | The object variation to be set. |
| EObjectDerivationGetObjectDerivation | ( | ) |
Gets the Object Derivation.