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 |
| The length of the holder. | |
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 holder.
| Integer getNumberOfSections | ( | ) |
Returns the number of sections.
| Number getTotalLength | ( | ) |
Returns the length of the holder.
| Boolean hasSections | ( | ) |
Returns true if the holder has any sections.