Interface: LayerInfoFPInterface

This interface is exposed by the LayerInfo : FloatController , CATMotionLayer : FloatController and MocapLayer : FloatController which are part of 3ds Max CAT.

Interface: LayerInfoFPInterface

Properties:

.LayerName:Stringby value : Read|Write      

The name of the layer as it appears in the LayerManager rollout.

.LayerColour: color by value : Read|Write   

The color of the layer. This is the valueused to colorizethe CATRig when "Colour Modes" is set to 'Layer Colours'

.LayerType:Stringby value : Read 

Use this to find out what type of layer this LayerInfo controller is maintaining.

Read-only.

.LayerEnabled: boolean : Read|Write 

Enable/disable the layer.

.TransformNodeOn: boolean : Read|Write 

This property lets you to turn the transform node on and of, or to check the current state of the transformnode button.

.RemoveDisplacement: boolean : Read|Write 

Get/set the state of the Remove Displacement option.

.LayerIndex: index : Read 

The index of this layer in the Layer stack. An index of 1 means the very top of the layer stack.

Read-only.

.CATParent: node : Read 

Contains the CATParent node.

Read-only.

Methods:

 <node>GetTransformNode() 

Returns the INode for the transform node if it is currently created.

Exposed by

LayerInfo : FloatController

CATMotionLayer : FloatController

MocapLayer : FloatController