Enum Scene.DimensionType
Represents a type of a scene dimension.
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public enum Scene.DimensionType
Fields
Name | Description |
---|---|
Angular | An angular dimension |
CumulatedBottom | A cumulated dimension alignment projected at bottom of the shape |
CumulatedLeft | A cumulated dimension alignment projected on the left of the shape |
CumulatedOutline | A cumulated dimension alignment projected along the shape |
CumulatedRight | A cumulated dimension alignment projected on the right of the shape |
CumulatedTop | A cumulated dimension alignment projected at the top of the shape |
MultipleBottom | A dimension alignment projected at bottom of the shape |
MultipleLeft | A dimension alignment projected on the left of the shape |
MultipleOutline | A dimension alignment projected along the shape |
MultipleRight | A dimension alignment projected on the right of the shape |
MultipleTop | A dimension alignment projected at the top of the shape. |
Radius | A radius dimension |
Simple | A simple dimension per shape segment. |