Platforms to show: All Mac Windows Linux Cross-Platform

Back to ClipperPolyNodesMBS class.

ClipperPolyNodesMBS.Append(item as ClipperPolyNodeMBS)

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

ClipperPolyNodesMBS.Clear

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

ClipperPolyNodesMBS.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 node list.

See also:

ClipperPolyNodesMBS.Constructor(otherPolyNodes as ClipperPolyNodesMBS)

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

See also:

ClipperPolyNodesMBS.Equal(otherPolyNodes as ClipperPolyNodesMBS) 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 node lists are equal.

Returns true if both are equal.

ClipperPolyNodesMBS.Insert(Index as Integer, item as ClipperPolyNodeMBS)

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

Index = 0 adds as first node.

ClipperPolyNodesMBS.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 node.

ClipperPolyNodesMBS.Value(Index as Integer) as ClipperPolyNodeMBS

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 node list.

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

ClipperPolyNodesMBS.Values as ClipperPolyNodeMBS()

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

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


The biggest plugin in space...