HE_Mesh
5.0.0
|
Public Member Functions | |
HEM_ChamferCorners () | |
HEM_ChamferCorners | setDistance (final double d) |
HEM_ChamferCorners | setDistance (final WB_ScalarParameter d) |
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) |
Public Attributes | |
HE_Selection | origFaces |
HE_Selection | newFaces |
Private Attributes | |
WB_ScalarParameter | distance |
Additional Inherited Members | |
![]() | |
static final WB_ProgressTracker | tracker = WB_ProgressTracker.instance() |
Chamfer all convex corners.
wblut.hemesh.HEM_ChamferCorners.HEM_ChamferCorners | ( | ) |
Instantiates a new HEM_ChamferCorners.
HE_Mesh wblut.hemesh.HEM_ChamferCorners.apply | ( | final HE_Selection | selection | ) |
HEM_ChamferCorners wblut.hemesh.HEM_ChamferCorners.setDistance | ( | final double | d | ) |
Set chamfer distance along vertex normals.
d | distance |
HEM_ChamferCorners wblut.hemesh.HEM_ChamferCorners.setDistance | ( | final WB_ScalarParameter | d | ) |
Set chamfer distance along vertex normals.
d | WB_Parameter |
|
private |
Chamfer distance.
HE_Selection wblut.hemesh.HEM_ChamferCorners.newFaces |
New faces?.
HE_Selection wblut.hemesh.HEM_ChamferCorners.origFaces |