Show / Hide Table of Contents

    Class ClipFlange

    Clips the flange based on the flange cut angle on the material, from the edge of the flange the center of the material

    Inheritance
    System.Object
    FlangeCutOperation
    ClipFlange
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public sealed class ClipFlange : FlangeCutOperation

    Constructors

    ClipFlange()

    Declaration
    public ClipFlange()

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    FlangeCutOperation.Dispose(Boolean)
    Back to top