*updatesimpleblock

Update a given block with the new values for color and coordinates.

Syntax

*updatesimpleblock blockname color mixX minY minZ maxX maxY maxZ

Type

HyperMesh Tcl Modify

Description

Update a given block with the new values for color and coordinates.

Inputs

blockname
The name of the block being created.
color
The color of the block entity
mixX
The minimum X coordinate value.
minY
The minimum Y coordinate value.
minZ
The minimum Z coordinate value.
maxX
The maximum X coordinate value.
maxY
The maximum Y coordinate value.
maxZ
The maximum Z coordinate value.

Example

Update the "firstblock" to change the color and the coordinates.

*updatesimpleblock("firstblcok", 5, 0, 0, 0, 15, 15, 1)

Errors

None.