/ . / VolumeViewer / surface.py / Surface
Methods
|
|
|
bounding_box_corners
|
bounding_box_corners ( self )
|
|
show
|
show (
self,
model,
message_cb,
)
|
|
same_subdivision
|
same_subdivision ( self, sro )
Check if surface s has same subdivision as this one.
|
|
same_smoothing
|
same_smoothing ( self, sro )
Check if surface s has same smoothing as this one.
|
|
update_display_style
|
update_display_style ( self )
|
|
display_style_changed
|
display_style_changed ( self, previous_surface )
|
|
geometry_changed
|
geometry_changed ( self, previous_surface )
|
|
update_color
|
update_color ( self )
|
|
update_geometry
|
update_geometry ( self, message_cb )
|
|
erase_surface
|
erase_surface ( self )
|
|
__init__
|
__init__ (
self,
id,
name,
matrix,
matrix_id,
transform,
level,
rgba,
show_mesh,
rendering_options,
)
|
|
|