Click or drag to resize

TangentLineRadiusConstraint(LineEntity, RadiusEntity) Constructor

Initializes a new instance of the TangentLineRadiusConstraint class

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

Parameters

line  LineEntity

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

arc  RadiusEntity

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

See Also