Show / Hide Table of Contents

    Class ClipPlate

    Applies a single, linear cut

    Inheritance
    object
    PlateCutOperation
    ClipPlate
    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 ClipPlate : PlateCutOperation

    Constructors

    ClipPlate()

    Applies a single, linear cut

    Declaration
    public ClipPlate()

    Methods

    Dispose(bool)

    Applies a single, linear cut

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