Method TryPlaceWalls
TryPlaceWalls(double, double, string, out IEnumerable<Object>)
Places walls of given thickness and height along a given shape.
Declaration
public bool TryPlaceWalls(double thickness, double height, string shapeString, out IEnumerable<Scene.Object> placedObjects)
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() |
| IEnumerable<Scene.Object> | placedObjects | Placed wall objects |
Returns
| Type | Description |
|---|---|
| bool |