Class TurnedSolidLayout
A turned solid formed by a planar loop of points, a Layout3D
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class TurnedSolidLayout : Material
Constructors
TurnedSolidLayout()
A turned solid formed by a planar loop of points, a Layout3D
Declaration
public TurnedSolidLayout()
Properties
BendSegments
A turned solid formed by a planar loop of points, a Layout3D
Declaration
public int BendSegments { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
FabricationMethod
The method used to fabricate the turned solid
Declaration
public RolledPlateFabricationMethod FabricationMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| RolledPlateFabricationMethod |
IncludedAngle
An angle more than 0 and less than 2PI radians. This is the share of a circle that the turned solid fills.
Declaration
public double IncludedAngle { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Methods
Dispose(bool)
A turned solid formed by a planar loop of points, a Layout3D
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
Overrides
GetLayout()
Get the layout used to generate this turned solid in material coordinates. The layout is in the XY plane and is turned about the Y axis in the negative direction. Mutations to the returned value do not change the material; SetLayout() must be used to modify the layout on the material.
Declaration
public Layout3D GetLayout()
Returns
| Type | Description |
|---|---|
| Layout3D |
SetLayout(Layout3D)
Set the layout used to generate this turned solid.
Declaration
public void SetLayout(Layout3D newLayout)
Parameters
| Type | Name | Description |
|---|---|---|
| Layout3D | newLayout |