Show / Hide Table of Contents

    Class EndPreparation

    End preparation lockables for most builtin members types (such as beams and braces). These are convenience methods for looking up lockables normally found on ConnectionComponent.GetLockable

    Inheritance
    object
    EndPreparation
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    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 class EndPreparation

    Properties

    EndCutType

    The end cut type for this end. This is a shortcut for getting the appropriate lockable from the connection component for this end.

    Declaration
    public LockableEndCutType EndCutType { get; set; }
    Property Value
    Type Description
    LockableEndCutType

    FlangeCutAngle

    The flange cut angle for this end. This is a shortcut for getting the appropriate lockable from the connection component for this end.

    Declaration
    public LockableDouble FlangeCutAngle { get; set; }
    Property Value
    Type Description
    LockableDouble

    MomentConnectionWebSetback

    The moment web setback for this end. This is a shortcut for getting the appropriate lockable from the connection component for this end.

    Declaration
    public LockableDouble MomentConnectionWebSetback { get; set; }
    Property Value
    Type Description
    LockableDouble

    WebCutAngle

    The web cut angle for this end. This is a shortcut for getting the appropriate lockable from the connection component for this end.

    Declaration
    public LockableDouble WebCutAngle { get; set; }
    Property Value
    Type Description
    LockableDouble

    Methods

    Dispose(bool)

    End preparation lockables for most builtin members types (such as beams and braces). These are convenience methods for looking up lockables normally found on ConnectionComponent.GetLockable

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    ~EndPreparation()

    End preparation lockables for most builtin members types (such as beams and braces). These are convenience methods for looking up lockables normally found on ConnectionComponent.GetLockable

    Declaration
    protected ~EndPreparation()
    Back to top