Show / Hide Table of Contents

    Class BentPlate

    A bent steel plate.

    Inheritance
    object
    Material
    Plate
    BentPlate
    Inherited Members
    Plate.Grade
    Plate.Thickness
    Plate.IsCheckered
    Plate.AvailableSteelGrades
    Material.Get(MaterialHandle)
    Material.GetSurface()
    Material.Drill(HolePattern)
    Material.Piecemark
    Material.ToGlobalCoordinates
    Material.ToMemberCoordinates
    Material.Handle
    Material.Holes
    Material.Color
    Material.IsUserDescription
    Material.Description
    Material.IsMain
    Material.IsSystem
    Material.SurfaceArea
    Material.Weight
    Material.IsDummy
    Material.IsFitted
    Material.IsBent
    Material.IsStretched
    Material.SurfaceFinish
    Material.IsAutoSurfaceFinish
    Material.Finish
    Material.IsInABM
    Material.ABM_Name
    Material.ABM_ID
    Material.ABM_Note
    Material.UseAutoLengthInABM
    Material.UsePointToPointLengthInABM
    Material.ABM_PointToPointLength
    Material.ABM_Length
    Material.CustomPropertyMapHandle
    Material.ReferenceLocation
    Material.Quantity
    Material.Usage
    Material.MaterialUse
    Material.IsCNCDownloaded
    Material.IsCNCScribeOntoOther
    Material.RevisionLevel
    Material.RevisionDate
    Material.Route1
    Material.Route2
    Material.Route3
    Material.Route4
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public sealed class BentPlate : Plate

    Constructors

    BentPlate()

    A bent steel plate.

    Declaration
    public BentPlate()

    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

    Ends

    Objects to represent the ends of the bent plate along the length, corresponding to the workpoints.

    Declaration
    public BentPlateEndList Ends { get; }
    Property Value
    Type Description
    BentPlateEndList

    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

    OrderLength

    The length of the bent plate as it would need to be ordered.

    Declaration
    public double OrderLength { get; }
    Property Value
    Type Description
    double

    A floating point value in inches.

    WorkpointLength

    The workpoint length of the bent plate.

    Declaration
    public double WorkpointLength { get; set; }
    Property Value
    Type Description
    double

    A floating point value in inches.

    Methods

    Dispose(bool)

    A bent steel plate.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    Overrides
    Plate.Dispose(bool)
    Back to top