getVertexLineThickness()
Purpose
Find the thickness of a supplied vertex line
Description
Returns a float describing the thickness (in pixels) of the line through a supplied vertex in a shape drawn with drawShape()
Syntax
thickness = getVertexLineThickness( shape, vertex )
Arguments
shape Handle which stores the shape in question
thickness Float describing the thickness (in pixels) of the line through the supplied vertex
vertex Integer index of the desired vertex (begins at 0, clockwise)
Example
Associated Commands
copyShape(), createBox(), createCircle(), createCurve(), createLine(), createLineStrip(), createPoly(), createStar(), createTriangle(), deleteShape(), drawShape(), getShapeBounds(), getShapeLocation(), getShapeRotation(), getShapeScale(), getShapeTint(), getVertex(), getVertexColour(), getVertexLineColour(), joinShapes(), moveShape(), numVerts(), rotateShape(), scaleShape(), setShapeColour(), setShapeLineStyle(), setShapeRotation(), setShapeScale(), setShapeScaleModeLocal(), setShapeTint(), setVertex(), setVertexColour(), setVertexLineStyle()