Show / Hide Table of Contents

    Class MaterialFit

    Base class for various fit operations

    Inheritance
    object
    MaterialOperation
    MaterialFit
    FitCope
    FitExact
    FitNotch
    Inherited Members
    MaterialOperation.Description
    MaterialOperation.RemovedSurfaces
    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 MaterialFit : MaterialOperation

    Properties

    Clearance

    The clearance used in the fit operation

    Declaration
    public double Clearance { get; }
    Property Value
    Type Description
    double

    Cutters

    All the cutters involved in the operation

    Declaration
    public MaterialCutterList Cutters { get; }
    Property Value
    Type Description
    MaterialCutterList

    Methods

    Dispose(bool)

    Base class for various fit operations

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