Click or drag to resize

PointDistanceConstraint Constructor (PointEntity, PointEntity, Double)

Initializes a new instance of the PointDistanceConstraint class

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

Parameters

point1
Type: Demo3D.SketchPointEntity

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

point2
Type: Demo3D.SketchPointEntity

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

distance
Type: SystemDouble

[Missing <param name="distance"/> documentation for "M:Demo3D.Sketch.PointDistanceConstraint.#ctor(Demo3D.Sketch.PointEntity,Demo3D.Sketch.PointEntity,System.Double)"]

See Also