Click or drag to resize

PointOnArcConstraint Constructor (PointEntity, ArcEntity)

Initializes a new instance of the PointOnArcConstraint class

Namespace:  Demo3D.Sketch
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public PointOnArcConstraint(
	PointEntity point,
	ArcEntity arc
)

Parameters

point
Type: Demo3D.SketchPointEntity

[Missing <param name="point"/> documentation for "M:Demo3D.Sketch.PointOnArcConstraint.#ctor(Demo3D.Sketch.PointEntity,Demo3D.Sketch.ArcEntity)"]

arc
Type: Demo3D.SketchArcEntity

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

See Also