Show / Hide Table of Contents

    Class MaterialOperation

    The abstract base class of all saved material operations. Points and vectors are specified in the material's local coordinate system unless otherwise noted

    Inheritance
    object
    MaterialOperation
    ChamferEdge
    ChamferPointToPoint
    CutLayout
    CutOnPlane
    FitMitre
    MaterialFit
    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 MaterialOperation

    Properties

    Description

    A user facing description of the operation

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    string

    RemovedSurfaces

    The parts of the material that were removed due to the operation. These are typically displayed when the operation is selected

    Declaration
    public SurfaceList RemovedSurfaces { get; }
    Property Value
    Type Description
    SurfaceList

    Methods

    Dispose(bool)

    The abstract base class of all saved material operations. Points and vectors are specified in the material's local coordinate system unless otherwise noted

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

    ~MaterialOperation()

    The abstract base class of all saved material operations. Points and vectors are specified in the material's local coordinate system unless otherwise noted

    Declaration
    protected ~MaterialOperation()
    Back to top