Class MiscellaneousFlatPlateLayout
A member with a single plate layout material.
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class MiscellaneousFlatPlateLayout : Miscellaneous
Constructors
MiscellaneousFlatPlateLayout()
Create a new plate layout material
Declaration
public MiscellaneousFlatPlateLayout()
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 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 |
Methods
Dispose(bool)
A member with a single plate layout material.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |