GeometricConstraints3D.AddMidpoint Method
Parent Object: GeometricConstraints3DDescription
Method that creates a new midpoint constraint between the input point and the midpoint of the line. This causes the input sketch point to be positioned at the midpoint of the \input line. This method will fail if the constraint overconstrains the sketch.
Syntax
GeometricConstraints3D.AddMidpoint( Point As SketchPoint3D, Line As SketchLine3D ) As MidpointConstraint3DParameters
Name | Type | Description |
Point | SketchPoint3D | Input SketchPoint3D object. |
Line | SketchLine3D | Input SketchLine3D object. |