Skip to content

Use ParaView's cylinder widget to model cylinders in SMTK.

David Thompson requested to merge dcthomp/smtk:cylinder-widget into master

There is now an infinite-cylinder widget, which can be bound to a Group item containing 3 Double children that serve as a center point, a direction vector, and a radius. Note that the widget models a cylinder of infinite length cut by a bounding box whose size is not currently specified.

Screenshot_from_2019-04-05_14-22-39

Also, there is a cone-widget which can be bound to a Group item containing 4 Double children that serve and endpoints and endpoint radii. As a special case, it can also be requested to act as a finite cylinder in which case only a single radius is used.

Screen_Shot_2019-04-15_at_08.39.51

Edited by David Thompson

Merge request reports