Skip to content

BodyShell3DSpec

StructTextStudio.ThreeDTextStudio.3D
public struct BodyShell3DSpec

Independent wall recipe for the extruded body cross-section.

public BodyShell3DMode mode

Returns

TextStudio.ThreeD.BodyShell3DMode

public float thickness

Returns

System.Single

public BevelJoinType join

Returns

TextStudio.ThreeD.BevelJoinType

public float miterLimit

Returns

System.Single

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

public bool IsEnabled { get; }

Returns

System.Boolean

public static BodyShell3DSpec Solid { get; }

Returns

TextStudio.ThreeD.BodyShell3DSpec