/ . / SurfaceCap / surfcaps.py / Model_Capper
Common cap calculation code for SurfaceModel.
Methods
|
|
|
show_caps
|
show_caps (
self,
cap_offset,
subdivision_factor,
mesh_style,
color,
)
|
|
calculate_cap
|
calculate_cap (
self,
varray,
tarray,
plane_normal,
plane_offset,
subdivision_factor,
)
|
|
has_cap_geometry_changed
|
has_cap_geometry_changed (
self,
cap_piece,
plane_normal,
plane_offset,
subdivision_factor,
)
|
|
__init__
|
__init__ ( self, model )
|
|
update_cap_properties
|
update_cap_properties (
self,
cp,
displayed,
mesh_style,
color,
)
Update cap color, style, normal orientation and display status.
|
|
|