Class MiscellaneousBentPlate
A member with a single bent plate material.
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class MiscellaneousBentPlate : Miscellaneous
Constructors
MiscellaneousBentPlate()
Create a new miscellaneous bent plate member
Declaration
public MiscellaneousBentPlate()
Properties
BendAngle
Angle of leg2 where 0 is no bend.
Declaration
public double BendAngle { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
BendRadius
Radius of the bend.
Declaration
public double BendRadius { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
IsCentered
When Centered is true, the material origin is on the bend axis. When Centered is false, the material origin is at outside intersection of the legs.
Declaration
public bool IsCentered { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Leg1Length
Length of leg 1.
Declaration
public double Leg1Length { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Leg2Length
Length of leg 2.
Declaration
public double Leg2Length { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
MiscellaneousEnds
Objects to represent the ends of the plate along the length, corresponding to the workpoints.
Declaration
public MiscellaneousBentPlateEndList MiscellaneousEnds { get; }
Property Value
| Type | Description |
|---|---|
| MiscellaneousBentPlateEndList |
Thickness
The thickness of the plate.
Declaration
public double Thickness { get; set; }
Property Value
| Type | Description |
|---|---|
| double | A floating point value in inches. |
Methods
Dispose(bool)
A member with a single bent plate material.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |