|
show
|
show (
self,
model,
message_cb,
)
|
|
same_subdivision
|
same_subdivision ( self, s )
Check if surface s has same subdivision as this one.
|
|
same_smoothing
|
same_smoothing ( self, s )
Check if surface s has same smoothing as this one.
|
|
bounding_box_corners
|
bounding_box_corners ( self )
|
|
set_display_style
|
set_display_style (
self,
show_mesh,
mesh_lighting,
two_sided_lighting,
flip_normals,
line_thickness,
smooth_lines,
dim_transparency,
only_if_changed=1,
)
|
|
set_color
|
set_color ( self, rgba )
|
|
erase_surface
|
erase_surface ( self )
|
|
__init__
|
__init__ (
self,
name,
matrix,
transform,
level,
rgba,
show_mesh,
mesh_lighting,
two_sided_lighting,
flip_normals,
line_thickness,
smooth_lines,
dim_transparency,
subdivide_surface,
subdivision_levels,
surface_smoothing,
smoothing_factor,
smoothing_iterations,
square_mesh,
)
|
|