Enum InitialOrientation
The initial orientation of a polygon section shape
Namespace: TSD.API.Remoting.Sections
Assembly: TSD.API.Remoting.dll
Syntax
public enum InitialOrientation
Fields
| Name | Value | Description |
|---|---|---|
| FaceLeft | FaceLeft = 3 | Face to left orientation |
| FaceTop | FaceTop = 1 | Face to top orientation |
| Unknown | Unknown = 0 | Unknown initial orientation |
| VertexLeft | VertexLeft = 4 | Vertex to left orientation |
| VertexTop | VertexTop = 2 | Vertex to top orientation |