Click or drag to resize

LineLengthConstraint Constructor (LineEntity, Double)

Initializes a new instance of the LineLengthConstraint class

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

Parameters

line
Type: Demo3D.SketchLineEntity

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

length
Type: SystemDouble

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

See Also