*ME_CoreBehaviorAdjust

Adjusts part and part assembly related behaviors based on certain aspects and policies.

Syntax

*ME_CoreBehaviorAdjust "<aspect1>=<value1>,<aspect2>=<value2>,...,<aspectN>=<valueN>"

Type

HyperMesh Tcl Modify

Description

Adjusts part and part assembly related behaviors based on certain aspects and policies.

Inputs

Valid aspects and their policy values are:

allowable_actions_policy
Defines the availability of various actions that operate on parts and part assemblies. Possible values are:
default - Allows all actions.
TC - TeamCenter policy. Prevents renaming, re-parenting and deleting.
TC_lite - TeamCenter lite policy. Prevents renaming and re-parenting.

Example

To set the allowable actions policy to TC lite:

*ME_CoreBehaviorAdjust "allowable_actions_policy=TC_lite"

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

14.0