updateAdornments method
Show an Adornment with a rotate handle at a point to the side of the adorned object if the part is selected and visible and if Part#canRotate() is true.
This method may be overridden. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose @param {Part} part the part.
Implementation
void updateAdornments(_i3.Part part) {
_i4.callMethod(
this,
'updateAdornments',
[part],
);
}