PyANGKernel.GKViewBookmarkStatic¶
- class GKViewBookmarkStatic¶
The static bookmark representation
Details
It defines a network position where the view camera will be moved.
Synopsis¶
Methods¶
def
__init__()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__()¶
It returns the center point of the 3D View
It returns a point that defines the line view of the 3D View
Returns the center point
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 bookmark 2D settings is nullptr (not valid)
Returns if the bookmark 3D settings is 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 center point
- setScale(ascale)¶
- Parameters:
ascale – float
Sets the view scale that will be set when the bookmark is selected
It sets the VUp vector of the 3D View