Class MiscellaneousBentPlateLayout
A member with a single bent plate layout material.
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class MiscellaneousBentPlateLayout : Miscellaneous
Constructors
MiscellaneousBentPlateLayout()
Create a new miscellaneous bent plate layout member
Declaration
public MiscellaneousBentPlateLayout()
Properties
InputLayout
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 InputLayout { get; set; }
Property Value
Type | Description |
---|---|
Layout3D |
IsCheckered
If true this plate is a checkered plate, which is a steel plate with raised ribs on its near-side surface to prevent slippage on items such as floors and stair treads
Declaration
public bool IsCheckered { get; set; }
Property Value
Type | Description |
---|---|
bool |
Thickness
The thickness of the plate.
Declaration
public double Thickness { get; set; }
Property Value
Type | Description |
---|---|
double | A floating point value in inches. |
ThicknessReferencePoint
The center plane of the bent plate layout. Changing this shifts the plate without changing the work points of the bent plate layout.
Declaration
public ThicknessReferencePoint ThicknessReferencePoint { get; set; }
Property Value
Type | Description |
---|---|
ThicknessReferencePoint |
Width
The width of the bent plate layout.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
double | A floating point value in inches. |
Methods
Dispose(bool)
A member with a single bent plate layout material.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |