|
| enum | EnumConstraintPosition {
Edge = 0
, StartPoint = 1
, EndPoint = 2
, MiddlePoint = 3
,
InternalPoint = 4
, Point = StartPoint
, Center = MiddlePoint
, Invalid = 100
} |
| | 约束的位置复杂几何如parabola focus or b-spline knots 使用 EnumSketchInternalAlignmentType 更多...
|
| enum | EnumConstraintStatus {
Unknown
, FullyConstraint
, NotFullyConstraint
, Redundant
,
PartiallyRedundant
, Malformed
, Conflicting
, Normal
} |
| | 约束求解器状态 更多...
|
| enum | EnumSketchConstraintType {
Zero = 0
, Coincident = 1
, Horizontal = 2
, Vertical = 3
,
Parallel = 4
, Perpendicular = 5
, Tangent = 6
, Equal = 7
,
Symmetric = 8
, PointOnObject = 9
, InternalAlignment = 10
, Block = 11
,
Distance = 12
, DistanceX = 13
, DistanceY = 14
, Angle = 15
,
Radius = 16
, Diameter = 17
, SnellsLaw = 18
, Weight = 19
,
VerticalZ = 50
, TotalCount
} |
| | 草图约束类型 更多...
|
| enum | EnumSketchGeometryMode { Regular = 0
, Reference = 1
, Construction = 2
} |
| | 草图几何体使用模式 更多...
|
| enum | EnumSketchInternalAlignmentType {
Zero = 0
, EllipseMajorDiameter = 1
, EllipseMinorDiameter = 2
, EllipseFocus1 = 3
,
EllipseFocus2 = 4
, HyperbolaMajor = 5
, HyperbolaMinor = 6
, HyperbolaFocus = 7
,
ParabolaFocus = 8
, BSplineControlPoint = 9
, BSplineKnotPoint = 10
, ParabolaFocalAxis = 11
,
NumInternalAlignmentType
} |
| | 草图内部对齐类型 更多...
|
| enum | EnumSketchSolverStatus {
EmptySketch
, OverConstrained
, UnderConstrained
, FullyConstrained
,
SolveFailed
, Redundant
, PartiallyRedundant
, Malformed
} |
| | 约束求解器状态类型 更多...
|