KitchenDraw SDK 2
Show / Hide Table of Contents

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.

See Also
Scene.Shape
In this article
Back to top Generated by DocFX