| bAllowBowtieVertexCreation |
bool |
Whether, when welding, new bowtie vertex creation should be allowed. |
CompositionOps/MirrorOp.h |
|
| bAppendToOriginal |
bool |
If true, the mirrored portion is appended to the original. |
CompositionOps/MirrorOp.h |
|
| bCropFirst |
bool |
Whether to crop the result first along the plane. |
CompositionOps/MirrorOp.h |
|
| bSimplifyAlongNewEdges |
bool |
Whether to locally simplify the new edges created when cropping along the plane. |
CompositionOps/MirrorOp.h |
|
| bWeldAlongPlane |
bool |
Whether vertices on the mirror plane should be welded. Only relevant if bAppendToOriginal is true. |
CompositionOps/MirrorOp.h |
|
| LocalPlaneNormal |
FVector3d |
|
CompositionOps/MirrorOp.h |
|
| LocalPlaneOrigin |
FVector3d |
|
CompositionOps/MirrorOp.h |
|
| OriginalMesh |
TSharedPtr< const FDynamicMesh3, ESPMode::ThreadSafe > |
Inputs. |
CompositionOps/MirrorOp.h |
|
| PlaneTolerance |
double |
Tolerance to use when bCropFirst or bWeldAlongPlane is true. |
CompositionOps/MirrorOp.h |
|
| WeldNormalMode |
EMeshMirrorNormalMode |
The normal compute method for welded vertices along the mirror plane. |
CompositionOps/MirrorOp.h |
|