Show / Hide Table of Contents

    Class CopePlate

    A 90 degree (L-shaped) cut with a rounded corner

    Inheritance
    object
    PlateCutOperation
    CopePlate
    Inherited Members
    PlateCutOperation.Length
    PlateCutOperation.Width
    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 CopePlate : PlateCutOperation

    Constructors

    CopePlate()

    A 90 degree (L-shaped) cut with a rounded corner

    Declaration
    public CopePlate()

    Methods

    Dispose(bool)

    A 90 degree (L-shaped) cut with a rounded corner

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