Slider(...)
Pickable points derived from the _Point abstract class constrained to move on a given geometric object
def Slider
constructors: |
|
---|---|
returns: | A point that is pickable, with movement constrained with reference to a given geometric object |
class LineSlider
constructors: |
|
---|---|
returns: | a point on the given line which can be picked, but with movement constrained to the line; initial position determined by the 'ratio' keyword. |
site ref: |
class PlaneSlider
constructors: |
|
---|---|
returns: | a pickable point, constrained to the plane argument, with initial position determined as the foot of the plane from the given x,y,z position. |
site ref: |
class CircleSlider
constructors: |
|
---|---|
returns: | a point on the given circle which can be picked, with movement constrained to the circle, with initial potion determined by the 'angle' keyword. |
site ref: |
class SphereSlider
constructors: |
|
---|---|
returns: | a point on the given sphere which can be picked, with movement constrained to the sphere, with initial potion determined by the 'phi and 'theta'' keywords. |
site ref: |