Click or drag to resize

NormalLineRadiusConstraint(LineEntity, RadiusEntity) Constructor

Initializes a new instance of the NormalLineRadiusConstraint class

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

Parameters

line  LineEntity

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

arc  RadiusEntity

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

See Also