Show / Hide Table of Contents

    Class PlateCutOperation

    Base class for plate cut operations

    Inheritance
    System.Object
    PlateCutOperation
    ClipPlate
    CopePlate
    Inherited Members
    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 PlateCutOperation

    Properties

    Length

    The length of the cut operation

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

    Width

    The width of the cut operation

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

    Methods

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Finalize()

    Declaration
    protected void Finalize()
    Back to top