Click or drag to resize

PointOnLineConstraint Constructor (LineEntity)

Initializes a new instance of the PointOnLineConstraint class

Namespace:  Demo3D.Sketch
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public PointOnLineConstraint(
	LineEntity line
)

Parameters

line
Type: Demo3D.SketchLineEntity

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

See Also