*updatepropertyidforfejoints

Updates the property ID for the given FE joint elements.

Syntax

*updatepropertyidforfejoints mark_id property_id

Type

HyperMesh Tcl Modify Command

Description

Updates the property ID for the given FE joint elements.

Inputs

mark_id
The ID of the mark containing the joint elements to update.
property_id
The ID of the PJOINTG property.

Examples

To update joint elements 9 and 10 with property ID 2:

*createmark elements 1 9 10
*updatepropertyidforfejoints 1 2

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

2019