Colour the plot by the number of parents of each line. Thus a line will be (for example) red if it is not attached to any surface, green if attached to only one, blue if attached to two and yellow if attached to three or more. Point connectivity is shown the same way. Note that this plot does not show how surfaces connect to volumes - use colourBySurfaceConnectivity for this
generateKey | boolean | display a colour key? |
pen0 | optional VARIANT | pen number to draw objects with 0 parents |
pen1 | optional VARIANT | pen number to draw objects with 1 parent |
pen2 | optional VARIANT | pen number to draw objects with 2 parents |
pen3 | optional VARIANT | pen number to draw objects with 3 or more parents |
draw0 | optional boolean | Draw objects with 0 parents? (default true) |
draw1 | optional boolean | Draw objects with 1 parent? (default true) |
draw2 | optional boolean | Draw objects with 2 parents? (default true) |
draw3 | optional boolean | Draw objects with 3 or more parents? (default true) |
Return value | none |
Back to WireframeLayer
Back to Overview