Show / Hide Table of Contents

    Class RectangularPlateEnd

    The end of a plate

    Inheritance
    System.Object
    Material
    RectangularPlateEnd
    Inherited Members
    Material.Get(MaterialHandle)
    Material.GetSurface()
    Material.Piecemark
    Material.ToGlobalCoordinates
    Material.ToMemberCoordinates
    Material.Handle
    Material.Holes
    Material.Color
    Material.IsUserDescription
    Material.Description
    Material.Grade
    Material.IsMain
    Material.IsSystem
    Material.SurfaceArea
    Material.Weight
    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.IsCNCDownloaded
    Material.IsCNCScribeOntoOther
    Material.RevisionLevel
    Material.RevisionDate
    Material.Route1
    Material.Route2
    Material.Route3
    Material.Route4
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public class RectangularPlateEnd : Material

    Properties

    BottomPlateCutOperation

    Declaration
    public PlateCutOperation BottomPlateCutOperation { get; set; }
    Property Value
    Type Description
    PlateCutOperation

    CutAngle

    Angle to cut across the end of the plate

    Declaration
    public double CutAngle { get; set; }
    Property Value
    Type Description
    System.Double

    Setback

    The setback from the end where the plate material starts.

    Declaration
    public double Setback { get; set; }
    Property Value
    Type Description
    System.Double

    TopPlateCutOperation

    Declaration
    public PlateCutOperation TopPlateCutOperation { get; set; }
    Property Value
    Type Description
    PlateCutOperation

    Methods

    Dispose(Boolean)

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