csharp
public readonly record struct RemeshGuideA polyline the edge flow should follow, authored once and reused after the source changes.
Remarks
⚠ Ours are an asset rather than a paint session, and that is the difference worth having. docs/plan/41 § D10: a painted guide dies with the mesh it was painted on, so re-generating the source throws the direction away. A curve saved beside the mesh survives it.
Fields and properties (2)
public IReadOnlyList<Vector3> PointsThe curve, in the mesh's own space.
public float StrengthHow hard the field is pulled toward it, in [0, 1].
Methods (1)
public RemeshGuide(IReadOnlyList<Vector3> Points, float Strength)A polyline the edge flow should follow, authored once and reused after the source changes.
Used by (8)
- FeatureCurvesVixen.Geometry.Remeshing
- RemeshSettingsVixen.Geometry.Remeshing
- BlockoutRetopologySettingsVixen.Editor.Blockout
- GeometryRunnerVixen.Cli
- ModelImportSettingsVixen.Editor.Assets
- ModelImporterVixen.Editor.Assets
- ModelRetopologyVixen.Editor.Assets
- ModelRetopologyTestsVixen.Editor.Assets.Tests