Platforms to show: All Mac Windows Linux Cross-Platform

Back to ClipperPathsMBS class.

ClipperPathsMBS.Append(item as ClipperPathMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Clipper MBS Tools Plugin 18.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Appends a new path to the paths.

ClipperPathsMBS.Clear

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Clipper MBS Tools Plugin 18.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Clears the path.

ClipperPathsMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Clipper MBS Tools Plugin 18.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a new empty path.

See also:

ClipperPathsMBS.Constructor(otherPaths as ClipperPathsMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Clipper MBS Tools Plugin 18.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a new paths list with the copy of old paths list.

See also:

ClipperPathsMBS.Equal(otherPaths as ClipperPathsMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Clipper MBS Tools Plugin 18.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Checks if two path lists are equal.

Returns true if both are equal.

ClipperPathsMBS.Insert(Index as Integer, item as ClipperPathMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Clipper MBS Tools Plugin 18.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Inserts a path into the path list at given index.

Index = 0 adds as first point.

ClipperPathsMBS.Remove(index as integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Clipper MBS Tools Plugin 18.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Removes a path.

ClipperPathsMBS.Reverse

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Clipper MBS Tools Plugin 18.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Reverses the vertex order (and hence orientation) in the specified paths.

ClipperPathsMBS.Value(Index as Integer) as ClipperPathMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Clipper MBS Tools Plugin 18.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries or sets a value in the path.

Raises exception if out of bounds.
(Read and Write computed property)

ClipperPathsMBS.Values as ClipperPathMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Clipper MBS Tools Plugin 18.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates copy of path list as Xojo array or ClipperPathMBS.

ClipperPathsMBS.ValuesToArray(dest() as ClipperPathMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Clipper MBS Tools Plugin 18.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Adds ClipperPathMBS objects for the paths in the path list to the Xojo array.

Mainly for older Xojo versions where the plugin can't create an array for you.

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


The biggest plugin in space...