FbxDisplayLayer Class Reference
 
 
 
FbxDisplayLayer Class Reference

This reference page is linked to from the following overview topics: List of Python Fbx classes.


#include <fbxdisplaylayer.h>


Class Description

Class for display layers.

Display layers are overlapping views of your scene that contain a list of members. The members are exclusive. Members cannot be part of multiple display layers. Display layers enables user to organize elements of scene and affect visibility and manipulation attributes of multiple objects at once.

Definition at line 28 of file fbxdisplaylayer.h.

Inheritance diagram for FbxDisplayLayer:
FbxCollectionExclusive FbxCollection FbxObject FbxEmitter

List of all members.

Public Attributes

FbxPropertyT< FbxDouble3 Color
  This property stores the color of this display layer.
FbxPropertyT< FbxBool Show
  This property stores the visibility of this display layer.
FbxPropertyT< FbxBool Freeze
  This property stores the manipulation state of this display layer.
FbxPropertyT< FbxBool LODBox
  This property stores the level of detail mode of this display layer.

Static Public Attributes

static const FbxDouble3  sColorDefault

Member Data Documentation

This property stores the color of this display layer.

Default value is FbxDouble3(0.8,0.8,0.8).

Definition at line 42 of file fbxdisplaylayer.h.

This property stores the visibility of this display layer.

Default value is true.

Definition at line 47 of file fbxdisplaylayer.h.

This property stores the manipulation state of this display layer.

Default value is false.

Definition at line 52 of file fbxdisplaylayer.h.

This property stores the level of detail mode of this display layer.

Default value is false.

Definition at line 57 of file fbxdisplaylayer.h.

const FbxDouble3 sColorDefault [static]

Definition at line 64 of file fbxdisplaylayer.h.


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