Click or drag to resize

PointOnPointConstraint Constructor (PointEntity, PointEntity)

Initializes a new instance of the PointOnPointConstraint class

Namespace:  Demo3D.Sketch
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public PointOnPointConstraint(
	PointEntity point1,
	PointEntity point2
)

Parameters

point1
Type: Demo3D.SketchPointEntity

[Missing <param name="point1"/> documentation for "M:Demo3D.Sketch.PointOnPointConstraint.#ctor(Demo3D.Sketch.PointEntity,Demo3D.Sketch.PointEntity)"]

point2
Type: Demo3D.SketchPointEntity

[Missing <param name="point2"/> documentation for "M:Demo3D.Sketch.PointOnPointConstraint.#ctor(Demo3D.Sketch.PointEntity,Demo3D.Sketch.PointEntity)"]

See Also