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
Inherited Members
Namespace: DesignData.SDS2.Setup
Assembly: DesignData.SDS2.Setup.dll
Syntax
public class GroupMemberAnnotationDimensioningDefaults : AnnotationDimensioningDefaults
Properties
DimensionHolesOnUserMaterial
Controls if member detailing will dimension holes on user-created material.
Declaration
public bool DimensionHolesOnUserMaterial { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DimensionUserMaterial
Controls if member detailing will generate dimensions on user-created material.
Declaration
public bool DimensionUserMaterial { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 if 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 |
---|---|
System.Boolean |
UseGeneratedAnnotations
Controls if 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 |
---|---|
System.Boolean |
UseGeneratedDimensions
Controls if member detailing will automatically dimension distances between holes, material edges and work points.
Declaration
public bool UseGeneratedDimensions { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UseGeneratedWelds
Controls if member detailing draws weld symbols on details representing 3D welds that appear in modeling.
Declaration
public bool UseGeneratedWelds { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |