Create and display isosurfaces and meshes for multi-component volume data.
Argument align can be a model to align with or a transform matrix.
Methods
|
|
__init__
attached_model_closed_cb
bounding_box
close_model
create_model
matching_surface
model
model_closed_cb
show_surfaces
|
|
__init__
|
__init__ (
self,
name,
align=None,
message_cb=None,
)
|
|
attached_model_closed_cb
|
attached_model_closed_cb ( self, model )
|
|
bounding_box
|
bounding_box ( self, components )
|
|
close_model
|
close_model ( self )
|
|
create_model
|
create_model ( self )
|
|
matching_surface
|
matching_surface ( self, s )
Find a surface matching except for color.
|
|
model
|
model ( self )
|
|
model_closed_cb
|
model_closed_cb ( self, model )
|
|
show_surfaces
|
show_surfaces (
self,
surfaces,
outline_box_rgb,
smooth_lines,
)
Replaces existing surfaces.
|
|