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
    object
    FlangeCutOperation
    ClipFlange
    Inherited Members
    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 ClipFlange : FlangeCutOperation

    Constructors

    ClipFlange()

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

    Declaration
    public ClipFlange()

    Methods

    Dispose(bool)

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

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