set
Changes the properties of an object in the project.
Copies the properties of one object to another.
set Beam_1 Beam_2
Copies the properties of Beam_2 to Beam_1.
set Point_1 Points[1]
Copies the properties of the second point from the list of points to Point_1.
PlxObject'
| PlxObject | Object reference | Name of the object from which the properties should be copied |
| Mode | Target |
|---|---|
| All | Object |
None
Changes a numerical property of an object.
set Point_1.x 5.2
Changes the x-coordinate of Point_1 to 5.2.
set BeamMat_1.Colour 646464
Changes the colour of BeamMat_1 to the colour with colour code 646464.
set BeamMat_1.Colour Colours.Blue
Changes the colour of BeamMat_1 to blue.
Number
| Number | New numerical value | New value of the property that should be changed |
| Mode | Target |
|---|---|
| All | Numerical property |
None
Changes a text property of an object.
Text'
| Text | New text value | New value of the property that should be changed |
| Mode | Target |
|---|---|
| All | Text, Enumeration property |
None
Changes one or more properties of one or more objects. The properties must be of the same type.
set (Point_1.x Point_2.y Point_1.z) 2
Changes the x- and z-coordinate of Point_1 and the y-coordinate of Point_2 to 2.
set Beam_1 Beam_2
Copies the properties of Beam_2 to Beam_1.
set Point_1 Points[1]
Copies the properties of the second point from the list of points to Point_1.
<{1,...}: <Property: Boolean|Integer|Number|Colour|Text|LargeText|Object>>' <Everything>'
| {1,...} 1 ∞ | Sequence of one or more properties | |
| Property | Property type | |
| Boolean | Boolean | Boolean property |
| Integer | Integer | Integer property |
| Number | Number | Number property |
| Colour | Colour reference | Colour property |
| Text | Text | Text property |
| LargeText | Large text | Large text property |
| Object | Object reference | Object property |
| Everything | New property value | New value of the property |
| Mode | Target |
|---|---|
| All | Any |
None
Changes a property of an object in one or more phases.
set Plate_1.Material (Phase_1 Phase_2) PlateMat_3
Changes the material of Plate_1 to PlateMat_3 in Phase_1 and Phase_2.
<{1,...}: PlxBasePhase'>' Any
| {1,...} 1 ∞ | Sequence of one or more phases | |
| PlxBasePhase | Phase reference | Name of the phase in which the property of an object should be changed |
| Any | New property value | New value of the property |
| Mode | Target |
|---|---|
| All | Any |
None
Changes a row in an advanced table.
set AdvancedTableRow_11.Multiplier 345
Changes the multiplier value of AdvancedTableRow_11 to 345.
set DisplacementMultiplier_1.Table[0][1] 7
Changes the value on row 0, column 1 of the advanced table of DisplacementMultiplier_1 to 7.
<Everything>'
| Everything | New value of the property |
| Mode | Target |
|---|---|
| All | Any |
None