Skip to content

Decoration3DSpec

StructTextStudio.ThreeDTextStudio.3D
public struct Decoration3DSpec

Geometry attached to or emitted from the primary layer surfaces.

[Tooltip("Cross-section recipe swept through the trim material region.")]
public Decoration3DProfileRecipe profile

Returns

TextStudio.ThreeD.Decoration3DProfileRecipe

[Tooltip("Width of the material-addressable trim ring. Zero disables trim geometry.")]
[Range(0, 0.1)]
public float trimWidth

Returns

System.Single

[Tooltip("Maximum profile height above the cap. Zero uses a width-relative automatic height.")]
[Range(0, 0.1)]
public float profileHeight

Returns

System.Single

[Tooltip("Number of sealed radial bands used to resolve curved groove, bead, and lip profiles.")]
[Range(3, 12)]
public int profileSegments

Returns

System.Int32

[Tooltip("True circular or custom-profile geometry swept around cap contours.")]
public ContourTube3DSpec contourTube

Returns

TextStudio.ThreeD.ContourTube3DSpec

[Tooltip("Discrete provider geometry repeated at stable physical intervals around cap contours.")]
public ContourRepeat3DSpec contourRepeats

Returns

TextStudio.ThreeD.ContourRepeat3DSpec

public static Decoration3DSpec Default { get; }

Returns

TextStudio.ThreeD.Decoration3DSpec