KFbxStreamOptionsDxfReader
#include<kfbxstreamoptionsdxf.h>

Inheritance diagram for KFbxStreamOptionsDxfReader:

Inheritance graph
[legend]

List of all members.

Detailed Description

This class is used for accessing the Import options of Dxf files.

The content of KfbxStreamOptionsDxf is stored in the inherited Property of its parent (KFbxStreamOptions).

Definition at line62of filekfbxstreamoptionsdxf.h.


Public Types

enum EObjectDerivation
 Shading modes
  • eBY_LAYER
  • eBY_ENTITY
  • eBY_BLOCK.
More...

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.

Member Enumeration Documentation

Shading modes

  • eBY_LAYER
  • eBY_ENTITY
  • eBY_BLOCK.

Definition at line77of filekfbxstreamoptionsdxf.h.

Member Function Documentation

void Reset( ) [virtual]

Reset all options to default values.

Reimplemented fromKFbxStreamOptions.

void SetCreateRootNode(bool pCreateRootNode ) [inline]

Sets the Create Root Node Option.

Parameters:
pCreateRootNode The boolean value to be set.

Definition at line87of filekfbxstreamoptionsdxf.h.

ReferencesKFbxStreamOptions::GetOption(), andKFbxProperty::Set().

void SetWeldVertices(bool pWeldVertices ) [inline]

Sets the Weld Vertices Option.

Parameters:
pWeldVertices The boolean value to be set.

Definition at line92of filekfbxstreamoptionsdxf.h.

ReferencesKFbxStreamOptions::GetOption(), andKFbxProperty::Set().

void SetObjectDerivation(EObjectDerivation pDerivation ) 

Sets the Object Derivation.

Parameters:
pDerivation The object variation to be set.

EObjectDerivationGetObjectDerivation( ) 

Gets the Object Derivation.

Returns:
The object variation.