blendernc.nodes.selecting

blendernc.nodes.selecting.BlenderNC_NT_drop_dims

class blendernc.nodes.selecting.BlenderNC_NT_drop_dims.BlenderNC_NT_drop_dims(*args, **kwargs)

Bases: Node

Select axis

Parameters
  • args (Any) –

  • kwargs (Any) –

Return type

Any

bl_icon = 'MESH_GRID'
bl_idname = 'datacubeDims'
bl_label = 'Drop Dimension'
blb_type = 'NETCDF'
blendernc_dataset_identifier

An instance of the original StringProperty.

blendernc_dict = {}
blendernc_dims

An instance of the original EnumProperty.

copy(node)
draw_buttons(context, layout)
draw_buttons_ext(context, layout)
draw_label()
free()
init(context)
update()

blendernc.nodes.selecting.BlenderNC_NT_select_axis

class blendernc.nodes.selecting.BlenderNC_NT_select_axis.BlenderNC_NT_select_axis(*args, **kwargs)

Bases: Node

Select axis

Parameters
  • args (Any) –

  • kwargs (Any) –

Return type

Any

axes

An instance of the original EnumProperty.

axis_selection

An instance of the original FloatProperty.

bl_icon = 'MESH_GRID'
bl_idname = 'datacubeAxis'
bl_label = 'Select Axis'
bl_width_default = 200
blb_type = 'NETCDF'
blendernc_dataset_identifier

An instance of the original StringProperty.

blendernc_dict = {}
copy(node)
draw_buttons(context, layout)
draw_buttons_ext(context, layout)
draw_label()
free()
init(context)
pre_selected

An instance of the original FloatProperty.

update()

blendernc.nodes.selecting.BlenderNC_NT_select_time

class blendernc.nodes.selecting.BlenderNC_NT_select_time.BlenderNC_NT_select_time(*args, **kwargs)

Bases: Node

Select axis

Parameters
  • args (Any) –

  • kwargs (Any) –

Return type

Any

bl_icon = 'TIME'
bl_idname = 'datacubeTime'
bl_label = 'Select Time'
bl_width_default = 160
blb_type = 'NETCDF'
blendernc_dataset_identifier

An instance of the original StringProperty.

blendernc_dict = {}
copy(node)
day

An instance of the original EnumProperty.

draw_buttons(context, layout)
draw_buttons_ext(context, layout)
draw_label()
free()
hour

An instance of the original EnumProperty.

init(context)
month

An instance of the original EnumProperty.

pre_selected

An instance of the original StringProperty.

selected_time

An instance of the original StringProperty.

step

An instance of the original EnumProperty.

update()
year

An instance of the original EnumProperty.