Show / Hide Table of Contents

    Enum EndCutType

    The type or method of cut

    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public enum EndCutType

    Fields

    Name Description
    BevelCut

    A beveled cut: "BEV CUT" is added to the detail. When using BevelCut the WebCutAngle should be set to a value other than 0.

    MillCut

    A milled cut: "MILL CUT" is added to the detail.

    SquareCut

    A square cut: "SQ CUT" is added to the detail/

    StandardCut

    The default, standard cut method

    Back to top