Skip to content
On this page

struct FRepairSettings

No description available.

Members

TypeMemberDescription
intProgressivePassesThe number of progressive passes. Minimum is 1, but higher numbers give a better quality, at the expense of longer running time.
floatTJuncDistThe T-Junction distance, below which, the T-Junctions will be welded.
uint8UseTJunctionRemoverIf set, t-junctions will be removed. If enabled, it also requires UseWelding to be on.
uint8UseWeldingIf set, vertices within each others welding distance will be welded together.
floatWeldDistThe welding distance below which the vertices will be welded.
uint8WeldOnlyBetweenSceneNodesIf set, only vertices that belong to different scene nodes are considered for the welding. Affects both welder and t-junction remover.
uint8WeldOnlyBorderVerticesIf set, only vertices that are on the border (as reported by the VertexBorder boolean field) are considered for the welding.
uint8WeldOnlyWithinMaterialIf set, only vertices that are within the same material are welded. Vertices on material borders are locked.
uint8WeldOnlyWithinSceneNodeIf set, only vertices that are within the same scene node are welded.

Methods

MethodDescription
StaticStructNo description available.

StaticStruct