HoopsExplodeButtonElement

class wvc.HoopsExplodeButtonElement()

Provides a toolbar button with a slider to control model explode magnitude. Need to connect to a web viewer instance through the webViewer property to query model bounds before starting explode.

Index

Constructors

Properties

Constructors

wvc.HoopsExplodeButtonElement.constructor()
HoopsExplodeButtonElement(): HoopsExplodeButtonElement

Returns: HoopsExplodeButtonElement

Properties

wvc.HoopsExplodeButtonElement.dropDownPosition
dropDownPosition: (“top” | “left” | “right” | “bottom”)

Represents the position where the dropdown is located relative to the button. Possible values are “bottom”, “top”, “right”, or “left”. Default value is “right”.

wvc.HoopsExplodeButtonElement.webViewer
webViewer: (None | WebViewer)

Connected web viewer instance used to query model bounds before starting explode.