Click or drag to resize

ArcRadiusConstraint Constructor (ArcEntity, Double)

Initializes a new instance of the ArcRadiusConstraint class

Namespace:  Demo3D.Sketch
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public ArcRadiusConstraint(
	ArcEntity arc,
	double radius
)

Parameters

arc
Type: Demo3D.SketchArcEntity

[Missing <param name="arc"/> documentation for "M:Demo3D.Sketch.ArcRadiusConstraint.#ctor(Demo3D.Sketch.ArcEntity,System.Double)"]

radius
Type: SystemDouble

[Missing <param name="radius"/> documentation for "M:Demo3D.Sketch.ArcRadiusConstraint.#ctor(Demo3D.Sketch.ArcEntity,System.Double)"]

See Also