Adds a surface primitive to the simulation environment.
|
Syntax |
Description |
|---|---|
|
addsurface; |
Adds a surface primitive to the simulation environment. This function does not return any data. |
| addsurface(struct_data); |
Adds a surface primitive and set its property using a struct containing "property" and value pairs. See the struct script command page for an example. This function does not return any data. |
Example
Go to this KB page ( Structure - Surface ) for more details on the surface primitive and its different properties.
See Also