Blender  V3.3
Public Attributes | List of all members
V3DSnapCursorState Struct Reference

#include <ED_view3d.h>

Public Attributes

eV3DSnapCursor flag
 
eV3DPlaceDepth plane_depth
 
eV3DPlaceOrient plane_orient
 
uchar color_line [4]
 
uchar color_point [4]
 
uchar color_box [4]
 
struct wmGizmoGroupTypegzgrp_type
 
floatprevpoint
 
float box_dimensions [3]
 
eSnapMode snap_elem_force
 
short plane_axis
 
bool use_plane_axis_auto
 
bool draw_point
 
bool draw_plane
 
bool draw_box
 

Detailed Description

Definition at line 315 of file ED_view3d.h.

Member Data Documentation

◆ box_dimensions

float V3DSnapCursorState::box_dimensions[3]

Definition at line 325 of file ED_view3d.h.

◆ color_box

uchar V3DSnapCursorState::color_box[4]

Definition at line 322 of file ED_view3d.h.

◆ color_line

uchar V3DSnapCursorState::color_line[4]

Definition at line 320 of file ED_view3d.h.

◆ color_point

uchar V3DSnapCursorState::color_point[4]

Definition at line 321 of file ED_view3d.h.

Referenced by snap_gizmo_setup().

◆ draw_box

bool V3DSnapCursorState::draw_box

◆ draw_plane

bool V3DSnapCursorState::draw_plane

◆ draw_point

bool V3DSnapCursorState::draw_point

Definition at line 329 of file ED_view3d.h.

Referenced by snap_gizmo_setup(), and view3d_interactive_add_begin().

◆ flag

eV3DSnapCursor V3DSnapCursorState::flag

◆ gzgrp_type

struct wmGizmoGroupType* V3DSnapCursorState::gzgrp_type

◆ plane_axis

short V3DSnapCursorState::plane_axis

◆ plane_depth

eV3DPlaceDepth V3DSnapCursorState::plane_depth

Definition at line 318 of file ED_view3d.h.

Referenced by idp_rna_plane_depth_get_fn(), and idp_rna_plane_depth_set_fn().

◆ plane_orient

eV3DPlaceOrient V3DSnapCursorState::plane_orient

Definition at line 319 of file ED_view3d.h.

Referenced by idp_rna_plane_orient_get_fn(), and idp_rna_plane_orient_set_fn().

◆ prevpoint

float* V3DSnapCursorState::prevpoint

◆ snap_elem_force

eSnapMode V3DSnapCursorState::snap_elem_force

◆ use_plane_axis_auto

bool V3DSnapCursorState::use_plane_axis_auto

The documentation for this struct was generated from the following file: