Inherits ScriptObject.
Public Member Functions | |
Boolean | hasSections () |
Integer | getNumberOfSections () |
Number | getMaximumDiameter () |
Number | getTotalLength () |
Number | getDiameter (Integer index) |
Number | getLength (Integer index) |
Public Attributes | |
Number | maximumDiameter |
The maximum diameter. | |
Number | length |
from tip to tool holder. More... | |
Shaft of tool.
Returns the diameter of the specified section. The section is a value in the range [0; getNumberOfSections()].
Returns the length of the specified section. The section is a value in the range [0; getNumberOfSections()].
Number getMaximumDiameter | ( | ) |
Returns the maximum diameter of the shaft.
Integer getNumberOfSections | ( | ) |
Returns the number of sections.
Number getTotalLength | ( | ) |
Returns the length of the shaft.
Boolean hasSections | ( | ) |
Returns true if the shaft has any sections.
Number length |
from tip to tool holder.
The length of the shaft.