Method PlaceWalls
PlaceWalls(double, double, string)
Places walls of given thickness and height along a given shape.
Declaration
public IEnumerable<Scene.Object> PlaceWalls(double thickness, double height, string shapeString)
Parameters
| Type | Name | Description |
|---|---|---|
| double | thickness | Thickness of walls (in scene units) |
| double | height | Height of walls (in scene units) |
| string | shapeString | A string describing a shape along which the walls should be placed. See ToString() |
Returns
| Type | Description |
|---|---|
| IEnumerable<Scene.Object> | Placed wall objects. |