-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstrainttype.gen.fs
More file actions
48 lines (45 loc) · 900 Bytes
/
constrainttype.gen.fs
File metadata and controls
48 lines (45 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
FeatureScript 2770; /* Automatically generated version */
// This module is part of the FeatureScript Standard Library and is distributed under the MIT License.
// See the LICENSE tab for the license text.
// Copyright (c) 2013-Present PTC Inc.
/* Automatically generated file -- DO NOT EDIT */
/**
* Specifies a type of sketch constraint.
* @seealso [skConstraint]
*/
export enum ConstraintType
{
NONE,
COINCIDENT,
PARALLEL,
VERTICAL,
HORIZONTAL,
PERPENDICULAR,
CONCENTRIC,
MIRROR,
MIDPOINT,
TANGENT,
EQUAL,
LENGTH,
DISTANCE,
ANGLE,
RADIUS,
NORMAL,
FIX,
PROJECTED,
OFFSET,
CIRCULAR_PATTERN,
PIERCE,
LINEAR_PATTERN,
MAJOR_DIAMETER,
MINOR_DIAMETER,
QUADRANT,
DIAMETER,
SILHOUETTED,
CENTERLINE_DIMENSION,
INTERSECTED,
RHO,
EQUAL_CURVATURE,
BEZIER_DEGREE,
FREEZE
}