Class FlatPlateLayout
A flat plate formed by a planar loop of points, a Layout3D
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class FlatPlateLayout : Plate
Constructors
FlatPlateLayout()
A flat plate formed by a planar loop of points, a Layout3D
Declaration
public FlatPlateLayout()
Properties
OrderLength
The length of the flat plate layout as it would need to be ordered.
Declaration
public double OrderLength { get; }
Property Value
Type | Description |
---|---|
double | A floating point value in inches. |
ThicknessReferencePoint
The center plane of the flat plate layout. Changing this shifts the plate without changing the work points of the flat plate layout.
Declaration
public ThicknessReferencePoint ThicknessReferencePoint { get; set; }
Property Value
Type | Description |
---|---|
ThicknessReferencePoint |
Width
The width of the flat plate layout.
Declaration
public double Width { get; }
Property Value
Type | Description |
---|---|
double | A floating point value in inches. |
Methods
Dispose(bool)
A flat plate 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 plate, in material coordinates. 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 plate, in material coordinates.
Declaration
public void SetLayout(Layout3D newLayout)
Parameters
Type | Name | Description |
---|---|---|
Layout3D | newLayout |