HE_Mesh2014
2.0.11
|
Public Member Functions | |
HEM_Diagrid () | |
HEM_Diagrid | setLimitAngle (final double a) |
HE_Mesh | apply (final HE_Mesh mesh) |
HE_Mesh | apply (final HE_Selection selection) |
![]() | |
HEM_Modifier () | |
abstract HE_Mesh | apply (final HE_Mesh mesh) |
abstract HE_Mesh | apply (final HE_Selection selection) |
![]() | |
abstract HE_Mesh | apply (HE_Mesh mesh) |
abstract HE_Mesh | apply (HE_Selection selection) |
String | getStatus () |
Private Attributes | |
double | limitAngle |
Additional Inherited Members | |
![]() | |
static final HET_ProgressTracker | tracker |
Divides all faces in mesh or selection in triangles connecting the face center with each edge and deletes all original non-boundary edges with a dihedral angle larger that parameter limitAngle.
wblut.hemesh.HEM_Diagrid.HEM_Diagrid | ( | ) |
HE_Mesh wblut.hemesh.HEM_Diagrid.apply | ( | final HE_Selection | selection | ) |
HEM_Diagrid wblut.hemesh.HEM_Diagrid.setLimitAngle | ( | final double | a | ) |
Set the lower limit dihedral angle.
a | : limit angle in radius, edges with dihedral angle lower than this angle are not removed. Default value is PI/2 |
|
private |