Show / Hide Table of Contents

    Class FitMitre

    Fit mitre material operation

    Inheritance
    object
    MaterialOperation
    FitMitre
    Inherited Members
    MaterialOperation.Description
    MaterialOperation.RemovedSurfaces
    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 FitMitre : MaterialOperation

    Properties

    Clearance

    The clearance used in the mitre operation

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

    Mitrers

    All the materials involved in the operation

    Declaration
    public MaterialMitrerList Mitrers { get; }
    Property Value
    Type Description
    MaterialMitrerList
    Back to top