Click or drag to resize

NormalLineRadiusConstraint Constructor (LineEntity, RadiusEntity)

Initializes a new instance of the NormalLineRadiusConstraint class

Namespace:  Demo3D.Sketch
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public NormalLineRadiusConstraint(
	LineEntity line,
	RadiusEntity arc
)

Parameters

line
Type: Demo3D.SketchLineEntity

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

arc
Type: Demo3D.SketchRadiusEntity

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

See Also