BevelSpec
public struct BevelSpecOne end of a layer’s bevel (either front or back cap), with independent size, thickness, offset, profile, join style, and miter-limit controls.
Fields
Section titled “Fields”
public float sizeReturns
System.Single
thickness
Section titled “thickness”public float thicknessReturns
System.Single
offset
Section titled “offset”public float offsetReturns
System.Single
segments
Section titled “segments”public int segmentsReturns
System.Int32
profile
Section titled “profile”public BevelProfile profileReturns
TextStudio.ThreeD.BevelProfile
public BevelJoinType joinReturns
TextStudio.ThreeD.BevelJoinType
miterLimit
Section titled “miterLimit”public float miterLimitReturns
System.Single
Methods
Section titled “Methods”
Round(float, float, int)
Section titled “Round(float, float, int)”public static BevelSpec Round(float size, float thickness, int segments = 6)Creates an enabled rounded bevel with independent inset size, depth thickness, and bounded segment count.
Parameters
| Name | Type |
|---|---|
size |
System.Single |
thickness |
System.Single |
segments |
System.Int32 |
Returns
TextStudio.ThreeD.BevelSpec
Chamfer(float, float)
Section titled “Chamfer(float, float)”public static BevelSpec Chamfer(float size, float thickness)Creates an enabled single-segment linear chamfer with independent inset size and depth thickness.
Parameters
| Name | Type |
|---|---|
size |
System.Single |
thickness |
System.Single |
Returns
TextStudio.ThreeD.BevelSpec
Properties
Section titled “Properties”
HasGeometry
Section titled “HasGeometry”public bool HasGeometry { get; }Returns
System.Boolean
public static BevelSpec None { get; }Returns
TextStudio.ThreeD.BevelSpec