Show / Hide Table of Contents

    Class DefaultModelingColor

    A container for modeling default colors

    Inheritance
    object
    DefaultModelingColor
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public class DefaultModelingColor

    Properties

    Beams

    The default color for beam main material

    Declaration
    public Color Beams { get; }
    Property Value
    Type Description
    Color

    Columns

    The default color for column main material

    Declaration
    public Color Columns { get; }
    Property Value
    Type Description
    Color

    FieldBolts

    The default color for field bolts

    Declaration
    public Color FieldBolts { get; }
    Property Value
    Type Description
    Color

    FieldWelds

    The default color for field welds

    Declaration
    public Color FieldWelds { get; }
    Property Value
    Type Description
    Color

    HorizontalBraces

    The default color for horizontal brace main material

    Declaration
    public Color HorizontalBraces { get; }
    Property Value
    Type Description
    Color

    Joists

    The default color for joist main material

    Declaration
    public Color Joists { get; }
    Property Value
    Type Description
    Color

    Materials

    The default color for materials such as connection material.

    Declaration
    public Color Materials { get; }
    Property Value
    Type Description
    Color

    OtherMembers

    The default color for main material on most other members

    Declaration
    public Color OtherMembers { get; }
    Property Value
    Type Description
    Color

    ShopBolts

    The default color for shop bolts

    Declaration
    public Color ShopBolts { get; }
    Property Value
    Type Description
    Color

    ShopWelds

    The default color for shop welds

    Declaration
    public Color ShopWelds { get; }
    Property Value
    Type Description
    Color

    VerticalBraces

    The default color for vertical brace main material

    Declaration
    public Color VerticalBraces { get; }
    Property Value
    Type Description
    Color

    Methods

    Dispose(bool)

    A container for modeling default colors

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

    ~DefaultModelingColor()

    A container for modeling default colors

    Declaration
    protected ~DefaultModelingColor()
    Back to top