Scripting API
IAdvancedBasket
Returned by AdvancedBasketApi — the advanced basket on one mother gem. Unlike the basic basket, it stores one entry per prong/rail, each with its own settings. Adds to IGemSetting:
| Member | Meaning |
|---|---|
ProngCount | Number of prongs |
RailCount | Number of rails |
ProngHeight | First prong’s height, mm |
ProngDiameter | First prong’s diameter, mm |
SetProngCount(prongs) | Rebuild the prong set evenly spaced, cloning the first existing prong’s settings (tool defaults when empty) |
SetRailCount(rails) | Rebuild the rail set the same way |
SetProngDiameter(diameter) | Applies to every prong, mm |
SetProngHeight(height) | Applies to every prong, mm |