set_property
Modify any writable PLAXIS property using a dotted path and a single scalar value. For material references, use assign_material instead.
Instructions
Set a writable PLAXIS property using a dotted path.
For a material reference such as Plate_1.Material use
assign_material instead -- PLAXIS needs a real object there, and no
string spelling of the material's name works through this tool.
Setting Identification renames the object, which changes the path
every later call must use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| value | Yes | A single scalar: number, string, boolean, or null. To point a feature at a material use assign_material; to reference any other object, pass its `path` string to a tool that takes references. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||