Show / Hide Table of Contents

    Class ChamferPointToPoint

    A material operation representing a straight chamfer segment

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

    Properties

    Chamfer

    A chamfer

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