Show / Hide Table of Contents

    Class RolledPlate

    A plate rolled around its first workpoint

    Inheritance
    object
    Material
    Plate
    RolledPlate
    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 RolledPlate : Plate

    Constructors

    RolledPlate()

    A plate rolled around its first workpoint

    Declaration
    public RolledPlate()

    Properties

    BendSegments

    A plate rolled around its first workpoint

    Declaration
    public int BendSegments { get; set; }
    Property Value
    Type Description
    int

    FabricationMethod

    The method used to fabricate the rolled plate

    Declaration
    public RolledPlateFabricationMethod FabricationMethod { get; set; }
    Property Value
    Type Description
    RolledPlateFabricationMethod

    IncludedAngle

    An angle more than 0 and less than 2PI radians. This is the share of a circle that the rolled plate fills.

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

    OrderLength

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

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

    A floating point value in inches.

    OutsideRadius

    The distance from the outside corner the rolled plate to the center of an imaginary circle extrapolated from the outside edges of the rolled plate. This distance must be measured at the end of the rolled plate where the first work point that was located if the "Outside tapered radius" results in a taper.

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

    OutsideTaperedRadius

    A distance specifying the radius of the rolled plate from the end opposite to where the first work point was located.

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

    ThicknessReferencePoint

    The center plane of the rolled plate. Changing this shifts the plate without changing the work points of the rolled plate.

    Declaration
    public ThicknessReferencePoint ThicknessReferencePoint { get; set; }
    Property Value
    Type Description
    ThicknessReferencePoint

    Width

    The width of the rolled plate.

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

    A floating point value in inches.

    WorkpointLength

    The workpoint length of the rolled plate.

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

    A floating point value in inches.

    Methods

    Dispose(bool)

    A plate rolled around its first workpoint

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