Show / Hide Table of Contents

    Class PlateCutOperation

    Base class for plate cut operations

    Inheritance
    object
    PlateCutOperation
    ClipPlate
    CopePlate
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    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 class PlateCutOperation

    Properties

    Length

    The length of the cut operation

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

    Width

    The width of the cut operation

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

    Methods

    Dispose(bool)

    Base class for plate cut operations

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

    ~PlateCutOperation()

    Base class for plate cut operations

    Declaration
    protected ~PlateCutOperation()
    Back to top