Show / Hide Table of Contents

    Class ChamferEdge

    A material operation for chamfering a list of material edges

    Inheritance
    object
    MaterialOperation
    ChamferEdge
    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 ChamferEdge : MaterialOperation

    Properties

    Chamfers

    All the chamfers involved in the operation

    Declaration
    public ChamferList Chamfers { get; }
    Property Value
    Type Description
    ChamferList
    Back to top