CapRefinement3DSpec
public struct CapRefinement3DSpecIndependent topology refinement recipe for one closed cap.
Fields
Section titled “Fields”
[Tooltip("Automatic keeps flat caps compact and lets relief choose its detail. Regular adds evenly distributed cap-surface detail for custom deformation while preserving bevel correspondence.")]public CapRefinement3DMode modeReturns
TextStudio.ThreeD.CapRefinement3DMode
subdivisions
Section titled “subdivisions”[Tooltip("Linear refinement steps for Regular mode. Higher values add smoother deformation topology at additional vertex and triangle cost.")][Range(1, 8)]public int subdivisionsReturns
System.Int32
Methods
Section titled “Methods”
Regular(int)
Section titled “Regular(int)”public static CapRefinement3DSpec Regular(int subdivisions = 4)Enables regular cap refinement for smoother face deformation while preserving the cap boundary.
Parameters
| Name | Type |
|---|---|
subdivisions |
System.Int32 |
Returns
TextStudio.ThreeD.CapRefinement3DSpec
Properties
Section titled “Properties”
Automatic
Section titled “Automatic”public static CapRefinement3DSpec Automatic { get; }Returns
TextStudio.ThreeD.CapRefinement3DSpec