Enum Scene.ObjectType
Represents all the possible object types in the KitchenDraw software.
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public enum Scene.ObjectType
Fields
| Name | Description |
|---|---|
| AngularDimension | |
| Arrow | |
| Bmp | An object that represents an imported image file (.bmp, .jpg, etc). |
| Door | Door. Can be placed only in a wall. |
| Dxf2d | An object that represents an impotred 2D DXF file. |
| Dxf3d | An object that represents an inported 3D DXF file. |
| ElevationSymbol | |
| Emf | An object that represents an imported EMF file. |
| Envelope | An object that is a header of a catalogue block set. |
| Group | An object that is a header of a set of grouped objects. |
| LightSource | |
| Linear | An object placed along a shape (plinths, cornices, etc). |
| LinearDimension | A simple or multiple linear dimension, placed manually or automatically. |
| MetafileDeprecated | An object that was created from "Edit|Paste picture" KitchenDraw menu item. Deprecated. |
| Open | An object which doesn't belong to any catalog but is placed via "Place|Open article..." KitchenDraw menu item instead. |
| Plan | An object placed inside a shape drawn freely by the user. |
| PlanArticle | An object placed inside a shape that is predefined in a catalog but can be "cut" by the user. |
| PlanningArea | A planning area, also known as a zone. |
| RadiusDimension | |
| Recess | Niche or recess in a wall. |
| Standard | Standard object from a catalog. |
| TechnicalSymbol | Technical symbole placed in an elevation view. |
| Text | Standalone text object. |
| Tile | Floor or wall tile. |
| Wall | |
| Window | Window. Can be places only in a wall. |
| Wmf | An object that represents an imported WMF file. |
| Zone | An object that represents a scene zone - a special container to separate a room space into several dedicated areas, e.g. one for kitchen and one for wardrobe. |