Share

GeometricConstraints3D.AddMidpoint Method

Parent Object: GeometricConstraints3D

Description

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 MidpointConstraint3D

Parameters

Name Type Description
Point SketchPoint3D Input SketchPoint3D object.
Line SketchLine3D Input SketchLine3D object.

Version

Introduced in version 2009

Was this information helpful?