DynapdfGraphicsPathMBS methods

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

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.


💬 Ask a question or report a problem