Creates a new midpoint constraint between a point and a curve.
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
|
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
|
Type | Description |
MidPointConstraint | Returns the newly created MidPointConstraint object or null if the creation failed. |
Name | Type | Description |
point | SketchPoint | The point to constrain to the midpoint of a curve. |
midPointCurve | SketchCurve | The curve that defines the midpoint to constraint to. |
Name | Description |
GeometricConstraint.addMidPont | Demonstrate the GeometricConstraint.addMidPont method. |