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)
Function:
Adds an arc to the path.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
DynapdfGraphicsPathMBS.AddCurveToPoint(cp1X As Double, cp1Y As Double, cp2X As Double, cp2Y As Double, x As Double, y As Double)
Function:
Adds a cubic Bézier curve to the point in the path.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
DynapdfGraphicsPathMBS.AddLineToPoint(x As Double, y As Double)
Function:
Draws a line from the Point to the specified point.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
DynapdfGraphicsPathMBS.AddQuadraticCurveToPoint(cpX As Double, cpY As Double, x As Double, y As Double)
Function:
Adds a quadratic Bézier curve to the point in the path.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Some examples using this method:
DynapdfGraphicsPathMBS.AddRectangle(x As Double, y As Double, width As Double, height As Double)
Function:
Adds a rectangle to the path.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
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)
Function:
Adds a rounded rectangle to the path.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Some examples using this method:
DynapdfGraphicsPathMBS.MoveToPoint(x As Double, y As Double)
Function:
Moves to the point without drawing anything.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
DynapdfGraphicsPathMBS.PathItems as DynapdfGraphicsPathItemMBS()
Function:
Queries array of path items.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The items on this page are in the following plugins: MBS DynaPDF Plugin.
