Click or drag to resize

LineLengthConstraint(LineEntity, Double) Constructor

Initializes a new instance of the LineLengthConstraint class

Namespace: Demo3D.Sketch
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public LineLengthConstraint(
	LineEntity line,
	double length
)

Parameters

line  LineEntity

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

length  Double

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

See Also