Platforms to show: All Mac Windows Linux Cross-Platform

Back to ClipperPolyTreeMBS class.

ClipperPolyTreeMBS.First as ClipperPolyNodeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Clipper MBS Tools Plugin 18.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The first node.

This method returns the first outer polygon contour if any, otherwise a null pointer.

This function is almost equivalent to calling Childs[0] except that when a PolyTree object is empty (has no children), calling Childs[0] would raise an out of range exception.
(Read only property)

ClipperPolyTreeMBS.Total as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Clipper MBS Tools Plugin 18.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the total number of PolyNodes (polygons) contained within the PolyTree.

This value is not to be confused with ChildCount which returns the number of immediate children only (Childs) contained by PolyTree.
(Read only property)

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


The biggest plugin in space...