Enum Scene.Object.AltitudeType
Represents altitude reference of an object.
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public enum Scene.Object.AltitudeType
Remarks
Most objects in KitchenDraw have altitude reference along
with altitude position. Reference allows to set how an object
treats its altitude: whether it seats on top of it (On
),
or "props it up" from bottom (Under
). This is useful, for
example, for configuring upper units so that they are placed in
a scene at the same upper level as high units, regardless to
their height.
Default
value means that user doesn't defined
altitude reference explicitly (which is done via
"Object|Attributes" KitchenDraw dialog), and the default value
(that was set for the object in its catalog) is used.
Fields
Name | Description |
---|---|
Default | Default altitude reference (inherits value that was set for an object in its catalog). |
On | An object is placed on top of given altitude. |
Under | An object is placed under given altitude. |