PyANGKernel.GKViewBookmarkStep¶
- class GKViewBookmarkStep¶
A single step on view bookmarks
Details
It can be configured for 2D and 3D purposes
Inherited by:
GKViewBookmarkDynamicStepSynopsis¶
Methods¶
def
__init__()def
copyTo()def
getCenter3D()def
getLineView3D()def
getPoint()def
getScale()def
getVUp3D()def
is2DValid()def
is3DValid()def
setCenter3D()def
setLineView3D()def
setPoint()def
setScale()def
setVUp3D()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
- __init__()¶
- copyTo(step)¶
- Parameters:
step –
GKViewBookmarkStep
copies the 2D and 3D settings to the specified step
It returns the center point of the 3D View
It returns a point that defines the line view of the 3D View
returns the 2D settings center point
On 2D settings, returns the view scale that will be set when the bookmark is selected
It returns the VUp vector of the 3D View
Returns if the 2D Setting are nullptr (not valid)
Returns if the 3D settings are nullptr (not valid)
It sets the center point of the 3D View
It sets a point that defines the line view of the 3D View
sets the 2D settings center point
- setScale(ascale)¶
- Parameters:
ascale – float
On 2D settings, sets the view scale that will be set when the bookmark is selected
It sets the VUp vector of the 3D View