00001
00010 typedef [v1_enum] enum SkpLengthFormatType
00011 {
00018 Decimal = 1,
00025 Architectural = 2,
00032 Engineering = 3,
00039
00040 };
00041
00046 typedef [v1_enum] enum SkpLengthUnitType
00047 {
00051 Inches = 1,
00055 Feet = 2,
00059 Millimeter = 3,
00063 Centimeter = 4,
00067 Meter = 5
00068 };
00069
00073 typedef [v1_enum] enum SkpDimensionTextPosition
00074 {
00078 DimensionTextAbove = 1,
00082 DimensionTextCenter = 2,
00086
00090 DimensionTextOutside = 4,
00094
00095 };
00096
00100 typedef [v1_enum] enum SkpDimensionArrow
00101 {
00105 DimensionArrowNone = 1,
00109 DimensionArrowSlash = 2,
00113 DimensionArrowDot = 3,
00117 DimensionArrowClosed = 4,
00121 DimensionArrowOpen = 5
00122 };
00123
00128 typedef [v1_enum] enum SkpRadialDimensionType
00129 {
00133 Radius = 1,
00137 Diameter = 2
00138 };
00139
00143 typedef [v1_enum] enum SkpLinearDimensionType
00144 {
00148 LinearAligned = 1,
00152 LinearHorizontal = 2,
00156 LinearVertical = 3
00157 };
00158
00163 typedef [v1_enum] enum SkpTextJustification
00164 {
00166 TextJustBottomLeft = 1,
00168 TextJustBottomCenter = 2,
00170 TextJustBottomRight = 3,
00171
00173 TextJustMiddleLeft = 4,
00175 TextJustMiddleCenter = 5,
00177 TextJustMiddleRight = 6,
00178
00180 TextJustTopLeft = 7,
00182 TextJustTopCenter = 8,
00184 TextJustTopRight = 9,
00185
00186
00187
00188
00189
00191 TextJustTopLineMiddleLeft = 10,
00193 TextJustTopLineMiddleRight = 11
00194 };
00195
00199 typedef [v1_enum] enum SkpFontType
00200 {
00202 BitmapFont = 1,
00204 PixmapFont = 2,
00206 PolygonFont = 3,
00208 TextureFont = 4,
00210 OutlineFont = 5,
00212 ExtrudedFont = 6,
00214 ImageFont = 7
00215 };
00216
00217
00221 typedef [v1_enum] enum SkpTextAlignment
00222 {
00224 TextAlignLeft = 1,
00226 TextAlignCenter = 2,
00228 TextAlignRight = 3
00229 };
00230
00234 typedef [v1_enum] enum SkpTextLeader
00235 {
00236 ALeaderNone = 1,
00237 ALeaderView = 2,
00238 ALeaderModel = 3
00239 };
00240
00244 typedef [v1_enum] enum SkpMeshType
00245 {
00247 PolygonMeshPoints = 0,
00249 PolygonMeshUVQFront = 1,
00251 PolygonMeshUVQBack = 2,
00253 PolygonMeshNormals = 3
00254 };
00255