Click or drag to resize

AngleBetweenLinesConstraint(LineEntity) Constructor

Initializes a new instance of the AngleBetweenLinesConstraint class

Namespace: Demo3D.Sketch
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public AngleBetweenLinesConstraint(
	LineEntity line1
)

Parameters

line1  LineEntity

[Missing <param name="line1"/> documentation for "M:Demo3D.Sketch.AngleBetweenLinesConstraint.#ctor(Demo3D.Sketch.LineEntity)"]

See Also