Click or drag to resize

OrthogonalLinesConstraint(LineEntity, LineEntity) Constructor

Initializes a new instance of the OrthogonalLinesConstraint class

Namespace: Demo3D.Sketch
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public OrthogonalLinesConstraint(
	LineEntity line1,
	LineEntity line2
)

Parameters

line1  LineEntity

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

line2  LineEntity

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

See Also