KitchenDraw SDK 2
Show / Hide Table of Contents

Method PlaceElevationSymbolForObjects

PlaceElevationSymbolForObjects(IEnumerable<Object>, Object, double)

Places an elevation symbol so that is displays all the objects from the passed list. The first object is used to infer the elevation symbol's orientation. Then the elevation symbol size is adjusted so that it displays all the objects. After, addedDepth is added to the calculated depth of the symbol.

Declaration
public Scene.Object PlaceElevationSymbolForObjects(IEnumerable<Scene.Object> objects, Scene.Object objectForAngle, double addedDepth)
Parameters
Type Name Description
IEnumerable<Scene.Object> objects
Scene.Object objectForAngle
double addedDepth
Returns
Type Description
Scene.Object

Placed elevation symbol.

In this article
Back to top Generated by DocFX