Show / Hide Table of Contents

    Enum DrawingStyle

    Enum defining different drawing styles.

    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public enum DrawingStyle

    Fields

    Name Description
    Hidden

    Do not draw

    Solid

    Draw to proportion and shade

    Stick

    Draw geometry as single line

    StickAndSolid

    Combines Stick and Solid representations

    StickAndWire

    Combines Stick and Wire representations

    Wire

    Draw lines showing true structural shape

    Back to top