| bAdjustToExtrudeEvenly |
bool |
Adjust individual extrude directions in an effort to make extruded edges parallel to their original edges |
MeshPartitionExpandTool.h |
- EditAnywhere
- Category=Extrude
- Meta=(EditCondition="ExpandType == EExpandType::Extrude && ExtrudeDirection == EExpandExtrudeEdgeDirectionMode::LocalExtrudeFrames")
|
| bRenderNewSections |
bool |
Render potenetial new sections in different colors |
MeshPartitionExpandTool.h |
- EditAnywhere
- Category=Visualization
|
| bShouldMirrorCorners |
bool |
Whether to mirror across topological corners as well as edges |
MeshPartitionExpandTool.h |
- EditAnywhere
- Category=Mirror
- Meta=(EditCondition="ExpandType == EExpandType::Mirror")
|
| bUseUnselectedForFrames |
bool |
When generating extrude frames, whether to use unselected neighbors for setting the frame. |
MeshPartitionExpandTool.h |
- EditAnywhere
- Category=Extrude
- Meta=(EditCondition="ExpandType == EExpandType::Extrude && ExtrudeDirection == EExpandExtrudeEdgeDirectionMode::LocalExtrudeFrames")
|
| CornerThresholdDegrees |
float |
When generating corners, how sharp the angle needs to be to warrant corner placement there. |
MeshPartitionExpandTool.h |
- EditAnywhere
- Category=Settings
- Meta=(UIMin=0.0f, UIMax=180.0f, ClampMin=0.0f, ClampMax=180.0f)
|
| ExpandType |
MeshPartition::EExpandType |
Which algorithm to use to expand the current selection |
MeshPartitionExpandTool.h |
- EditAnywhere
- Category=Settings
|
| ExtrudeDirection |
MeshPartition::EExpandExtrudeEdgeDirectionMode |
How direction to move the vertices is determined |
MeshPartitionExpandTool.h |
- EditAnywhere
- Category=Extrude
- Meta=(EditCondition="ExpandType == EExpandType::Extrude")
|
| MinSpanSize |
int32 |
|
MeshPartitionExpandTool.h |
- EditAnywhere
- Category=Settings
- Meta=(UIMin=0, UIMax=10, ClampMin=0)
|
| NumSteps |
int32 |
Number of steps to extend outward |
MeshPartitionExpandTool.h |
- EditAnywhere
- Category=Extrude
- Meta=(UIMin=0, UIMax=1000, ClampMin=0, ClampMax=1000000, EditCondition="ExpandType == EExpandType::Extrude")
|
| StepSize |
float |
Size of each outward-extending step |
MeshPartitionExpandTool.h |
- EditAnywhere
- Category=Extrude
- Meta=(UIMin=0.0f, UIMax=10000.0f, ClampMin=0.0f, ClampMax=1000000.0f, EditCondition="ExpandType == EExpandType::Extrude")
|