Constructor.
Public Sub New(
point1 As Point3d,
point2 As Point3d
)
public Constrained2PointsConstructionLine(
Point3d point1,
Point3d point2
);
| Parameters | Description |
|---|---|
| Point3d point1 | Input first 3D point. Relative to the work plane of the owning Assoc2dConstraintGroup object. |
| Point3d point2 | Input second 3D point. Relative to the work plane of the owning Assoc2dConstraintGroup object. |
Constrained2PointsConstructionLine Class, Autodesk.AutoCAD.DatabaseServices Namespace