InitialOrientation Enumeration

The initial orientation of a polygon section shape

Namespace:  TSD.API.Remoting.Sections
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public enum InitialOrientation
Members
  Member nameValueDescription
Unknown0 Unknown initial orientation
FaceTop1 Face to top orientation
VertexTop2 Vertex to top orientation
FaceLeft3 Face to left orientation
VertexLeft4 Vertex to left orientation
See Also