This reference page is linked to from the following overview topics: List of Python Fbx classes.
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.
#include <fbxdisplaylayer.h>

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 |
Protected Member Functions | |
| virtual void | ConstructProperties (bool pForceSet) |
| Optional property constructor override, automatically called by default constructor. | |
| virtual void ConstructProperties | ( | bool | pForceSet | ) | [protected, virtual] |
Optional property constructor override, automatically called by default constructor.
| pForceSet | If the property value must be set regardless of default value. |
Reimplemented from FbxObject.
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.