Click or drag to resize

PointDistanceConstraint(PointEntity, PointEntity, Double) Constructor

Initializes a new instance of the PointDistanceConstraint class

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

Parameters

point1  PointEntity

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

point2  PointEntity

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

distance  Double

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

See Also