KFbxStreamOptionsDxfReader Class Reference

#include <kfbxstreamoptionsdxf.h>

Inherits KFbxStreamOptions.

Inheritance diagram for KFbxStreamOptionsDxfReader:

Inheritance graph
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 line 62 of file kfbxstreamoptionsdxf.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 (EObjectDerivation pDerivation)
 Sets the Object Derivation.
EObjectDerivation GetObjectDerivation ()
 Gets the Object Derivation.


Member Enumeration Documentation

Shading modes

  • eBY_LAYER
  • eBY_ENTITY
  • eBY_BLOCK.

Definition at line 77 of file kfbxstreamoptionsdxf.h.


Member Function Documentation

void Reset (  )  [virtual]

Reset all options to default values.

Reimplemented from KFbxStreamOptions.

void SetCreateRootNode ( bool  pCreateRootNode  )  [inline]

Sets the Create Root Node Option.

Parameters:
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.

Parameters:
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.

Parameters:
pDerivation The object variation to be set.

EObjectDerivation GetObjectDerivation (  ) 

Gets the Object Derivation.

Returns:
The object variation.