Click or drag to resize

PointOnPointConstraint(PointEntity) Constructor

Initializes a new instance of the PointOnPointConstraint class

Namespace: Demo3D.Sketch
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public PointOnPointConstraint(
	PointEntity point1
)

Parameters

point1  PointEntity

[Missing <param name="point1"/> documentation for "M:Demo3D.Sketch.PointOnPointConstraint.#ctor(Demo3D.Sketch.PointEntity)"]

See Also