Platforms to show: All Mac Windows Linux Cross-Platform

Back to DynapdfGraphicsPathMBS class.

DynapdfGraphicsPathMBS.AddArc(x As Double, y As Double, radius As Double, startRadian As Double, endRadian As Double, clockwise As Boolean)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds an arc to the path.

DynapdfGraphicsPathMBS.AddCurveToPoint(cp1X As Double, cp1Y As Double, cp2X As Double, cp2Y As Double, x As Double, y As Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds a cubic Bézier curve to the point in the path.

DynapdfGraphicsPathMBS.AddLineToPoint(x As Double, y As Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Draws a line from the Point to the specified point.

DynapdfGraphicsPathMBS.AddQuadraticCurveToPoint(cpX As Double, cpY As Double, x As Double, y As Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds a quadratic Bézier curve to the point in the path.

Some examples using this method:

DynapdfGraphicsPathMBS.AddRectangle(x As Double, y As Double, width As Double, height As Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds a rectangle to the path.

Some examples using this method:

DynapdfGraphicsPathMBS.AddRoundRectangle(x As Double, y As Double, width As Double, height As Double, cornerWidth As Double, cornerHeight As Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds a rounded rectangle to the path.

Some examples using this method:

DynapdfGraphicsPathMBS.MoveToPoint(x As Double, y As Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Moves to the point without drawing anything.

DynapdfGraphicsPathMBS.PathItems as DynapdfGraphicsPathItemMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries array of path items.

The items on this page are in the following plugins: MBS DynaPDF Plugin.


The biggest plugin in space...