*UpdateBinderSections

Update the binder shape using the current section. The binder and the section are identified automatically.

Syntax

*UpdateBinderSections entity_type_1 mark_id_1 entity_type_2 mark_id_2 entity_type_3 mark_id_3 entity_type_4 mark_id_4 plane rotate_flag blend_flag method_flag sym_flag con_flag

Type

HyperMesh Tcl Modify Command

Description

This command updates the binder shape using the current section.

Inputs

entity_type_1
Must be set to surfaces.
mark_id_1
Must be set to 1.
entity_type_2
Must be set to nodes.
mark_id_2
Must be set to 1.
entity_type_3
Must be set to lines.
mark_id_3
Must be set to 1.
entity_type_3
Must be set to nodes.
mark_id_3
Must be set to 2.
plane
Must be set to 1.
rotate_flag
Must be set to 1.
blend_flag
Must be set to 0.
method_flag
Must be set to 5.
con_flag
Must be set to 1.

Example

To updates the binder shape using the current section:

*UpdateBinderSections surfaces 1 nodes 1 lines 1 nodes 2 1 1 0 5 0 1

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

10.0