This reference page is linked to from the following overview topics: List of Python FBX classes.
Layer element for indicating crease of components of a geometry.
Definition at line 2109 of file kfbxlayer.h.
#include <kfbxlayer.h>
Public Member Functions |
|
void | SetReferenceMode (KFbxLayerElement::EReferenceMode pMode) |
Sets the Reference Mode. |
|
Static Public Member Functions |
|
static
KFBXNEW_DECLARE_FRIEND KFbxLayerElementCrease * |
Create (KFbxLayerContainer *pOwner, char const *pName) |
Allocation method. |
|
Protected Member Functions |
|
KFbxLayerElementCrease () |
KFbxLayerElementCrease | ( | ) | [inline, protected] |
Definition at line 2145 of file kfbxlayer.h.
static KFBXNEW_DECLARE_FRIEND KFbxLayerElementCrease* Create | ( | KFbxLayerContainer * | pOwner, |
char const * | pName | ||
) | [static] |
Allocation method.
pOwner | The owner of this layer element. |
pName | The name of this layer element. |
NULL
if creation
fails.void SetReferenceMode | ( | KFbxLayerElement::EReferenceMode | pMode | ) | [inline] |
Sets the Reference Mode.
pMode | Specifies the reference mode. |
Reimplemented from KFbxLayerElement.
Definition at line 2125 of file kfbxlayer.h.
{ if( pMode != KFbxLayerElement::eDIRECT ) { K_ASSERT_MSG_NOW( "Crease layer elements must be direct mapped" ); return; } }