Show / Hide Table of Contents

    Class GroupMemberAnnotationDimensioningDefaults

    Class for reading/writing annotation and dimensioning defaults for drawings. The Fabricator.GroupMemberAnnotationDimensioningDefaults returns an object that accesses the global settings for members. Group Member drawings return an instance of GroupMemberAnnotationDimensioningDefaults that accesses settings for that drawing.

    Inheritance
    object
    AnnotationDimensioningDefaults
    GroupMemberAnnotationDimensioningDefaults
    MemberAnnotationDimensioningDefaults
    Inherited Members
    AnnotationDimensioningDefaults.DetailUsingTemplates
    AnnotationDimensioningDefaults.RemoveSnaplines
    AnnotationDimensioningDefaults.VerboseProgressUpdates
    AnnotationDimensioningDefaults.ShowAppliedTemplates
    AnnotationDimensioningDefaults.ShortenDrawing
    AnnotationDimensioningDefaults.DetailWithRevisions
    AnnotationDimensioningDefaults.GenerateNamedLocations
    AnnotationDimensioningDefaults.RmHandrailHssLines
    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 GroupMemberAnnotationDimensioningDefaults : AnnotationDimensioningDefaults

    Properties

    DimensionHolesOnUserMaterial

    Controls whether member detailing will dimension holes on user-created material.

    Declaration
    public bool DimensionHolesOnUserMaterial { get; set; }
    Property Value
    Type Description
    bool

    DimensionUserMaterial

    Controls whether member detailing will generate dimensions on user-created material.

    Declaration
    public bool DimensionUserMaterial { get; set; }
    Property Value
    Type Description
    bool

    PreserveExistingAnnotations

    Controls how changes to drawings are preserved if the drawing is regenerated.

    Declaration
    public AnnotationPreservationMode PreserveExistingAnnotations { get; set; }
    Property Value
    Type Description
    AnnotationPreservationMode

    PreserveUserModifiedBOM

    Controls whether member detailing preserves user modified entries to member bills of material that are re-detailed unless those entries are shown.

    Declaration
    public bool PreserveUserModifiedBOM { get; set; }
    Property Value
    Type Description
    bool

    UseGeneratedAnnotations

    Controls whether member detailing will automatically add annotations such as labels, pointers, bevel symbols and weld symbols.

    Declaration
    public bool UseGeneratedAnnotations { get; set; }
    Property Value
    Type Description
    bool

    UseGeneratedDimensions

    Controls whether member detailing will automatically dimension distances between holes, material edges and work points.

    Declaration
    public bool UseGeneratedDimensions { get; set; }
    Property Value
    Type Description
    bool

    UseGeneratedWelds

    Controls whether member detailing draws weld symbols on details representing 3D welds that appear in modeling.

    Declaration
    public bool UseGeneratedWelds { get; set; }
    Property Value
    Type Description
    bool

    Methods

    Dispose(bool)

    Class for reading/writing annotation and dimensioning defaults for drawings. The Fabricator.GroupMemberAnnotationDimensioningDefaults returns an object that accesses the global settings for members. Group Member drawings return an instance of GroupMemberAnnotationDimensioningDefaults that accesses settings for that drawing.

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