View2D(bpy_struct)

base class — bpy_struct

class bpy.types.View2D(bpy_struct)

Scroll and zoom for a 2D region

region_to_view(x, y)

Transform region coordinates to 2D view

Parameters:
  • x (int in [-inf, inf]) – x, Region x coordinate
  • y (int in [-inf, inf]) – y, Region y coordinate
Returns:

Result, View coordinates

Return type:

float array of 2 items in [-inf, inf]

view_to_region(x, y, clip=True)

Transform 2D view coordinates to region

Parameters:
  • x (float in [-inf, inf]) – x, 2D View x coordinate
  • y (float in [-inf, inf]) – y, 2D View y coordinate
  • clip (boolean, (optional)) – Clip, Clip coordinates to the visible region
Returns:

Result, Region coordinates

Return type:

int array of 2 items in [-inf, inf]

Inherited Properties

Inherited Functions

References

Previous topic

VertexWeightProximityModifier(Modifier)

Next topic

VisibilityActuator(Actuator)