BodyShell3DSpec
public struct BodyShell3DSpecIndependent wall recipe for the extruded body cross-section.
Fields
Section titled “Fields”
public BodyShell3DMode modeReturns
TextStudio.ThreeD.BodyShell3DMode
thickness
Section titled “thickness”public float thicknessReturns
System.Single
public BevelJoinType joinReturns
TextStudio.ThreeD.BevelJoinType
miterLimit
Section titled “miterLimit”public float miterLimitReturns
System.Single
Methods
Section titled “Methods”
Hollow(float, BevelJoinType, float)
Section titled “Hollow(float, BevelJoinType, float)”public static BodyShell3DSpec Hollow(float thickness, BevelJoinType join = BevelJoinType.Miter, float miterLimit = 4)Enables a hollow body shell with wall thickness and a selected corner-join policy.
Parameters
| Name | Type |
|---|---|
thickness |
System.Single |
join |
TextStudio.ThreeD.BevelJoinType |
miterLimit |
System.Single |
Returns
TextStudio.ThreeD.BodyShell3DSpec
Properties
Section titled “Properties”
IsEnabled
Section titled “IsEnabled”public bool IsEnabled { get; }Returns
System.Boolean
public static BodyShell3DSpec Solid { get; }Returns
TextStudio.ThreeD.BodyShell3DSpec