Method - parameter (Init)

Parameter

Group

Return Type

Input Type

Explanation

GetName

General

STRING(1023)

Returns the name of the control area.

GetDescription

General

STRING(1023)

Returns the description of the control area.

GetStartPosition

General

LREAL

Returns the start position of the control area on the part.

GetEndPosition

General

LREAL

Returns the end position of the control area on the part.

GetBlendInLength

General

LREAL

Returns the length from the start of the control area to the position where the control parameters are completely used.

GetBlendOutLength

General

LREAL

Returns the length from which the control parameters are no longer completely used until the end of the control area.

GetIsEnabled

General

BOOL

Returns the activation state of the control area.

SetName

General

BOOL

STRING(1023)

Sets the name for the control area.

SetDescription

General

BOOL

STRING(1023)

Sets the description of the control area.

SetStartPosition

General

BOOL

LREAL

Sets the start position of the control area.

SetEndPosition

General

BOOL

LREAL

Sets the end position of the control area.

SetBlendInLength

General

BOOL

LREAL

Sets the BlendInLength.

SetBlendOutLength

General

BOOL

LREAL

Sets the BlendOutLength.

SetIsEnabled

General

BOOL

BOOL

Sets the activation/deactivation of the control area.