Hide Table of Contents

Document Properties > Borders (drawings only)

 

Setting

Get/Set Methods

Return Value or <Value>

Comments

Border - Line Style of Border

IModelDocExtension::GetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBorderLeaderLineStyle, swUserPreferenceOption_e.swDetailingNoOptionSpecified)

IModelDocExtension::SetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBorderLeaderLineStyle, swUserPreferenceOption_e.swDetailingNoOptionSpecified, swLineStyles_e.<Value>)

See swLineStyles_e for valid options

Specifies the style of border lines

Border - Line Width of Border

IModelDocExtension::GetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBorderLeaderLineThickness, swUserPreferenceOption_e.swDetailingNoOptionSpecified)

IModelDocExtension::SetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBorderLeaderLineThickness, swUserPreferenceOption_e.swDetailingNoOptionSpecified, swLineWeights_e.<Value>)

See swLineWeights_e for valid options

Specifies the thickness of border lines

Border - Custom thickness

IModelDocExtension::GetUserPreferenceDouble(swUserPreferenceDoubleValue_e.swDetailingBorderLeaderCustomLineThickness, swUserPreferenceOption_e.swDetailingNoOptionSpecified)

IModelDocExtension::SetUserPreferenceDouble(swUserPreferenceDoubleValue_e.swDetailingBorderLeaderCustomLineThickness, swUserPreferenceOption_e.swDetailingNoOptionSpecified, <Value>)

Double value

Specifies custom thickness of border lines; sets Custom Thickness to the specified thickness and Line Width of Border to Custom Size

Border - Double-line border

IModelDocExtension::GetUserPreferenceToggle(swUserPreferenceToggle_e.swDetailingBorderDoubleLine, swUserPreferenceOption_e.swDetailingNoOptionSpecified)

IModelDocExtension::SetUserPreferenceToggle(swUserPreferenceToggle_e.swDetailingBorderDoubleLine, swUserPreferenceOption_e.swDetailingNoOptionSpecified, <Value>)

Boolean value

Specifies whether to use double-line borders

Zone Formatting - Show zone dividers

IModelDocExtension::GetUserPreferenceToggle(swUserPreferenceToggle_e.swDetailingBorderShowZoneDividers, swUserPreferenceOption_e.swDetailingNoOptionSpecified)

IModelDocExtension::SetUserPreferenceToggle(swUserPreferenceToggle_e.swDetailingBorderShowZoneDividers, swUserPreferenceOption_e.swDetailingNoOptionSpecified, <Value>)

Boolean value

Specifies whether to show zone dividers

Zone Formatting - Line Style of Zone Divider

IModelDocExtension::GetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBorderZoneDividerLineStyle, swUserPreferenceOption_e.swDetailingNoOptionSpecified)

IModelDocExtension::SetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBorderZoneDividerLineStyle, swUserPreferenceOption_e.swDetailingNoOptionSpecified, swLineStyles_e.<Value>)

See swLineStyles_e for valid options

Specifies the style of zone divider lines

Zone Formatting - Line Width of Zone Divider

IModelDocExtension::GetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBorderZoneDividerLineThickness, swUserPreferenceOption_e.swDetailingNoOptionSpecified)

IModelDocExtension::SetUserPreferenceInteger(swUserPreferenceIntegerValue_e.swDetailingBorderZoneDividerLineThickness, swUserPreferenceOption_e.swDetailingNoOptionSpecified, swLineWeights_e.<Value>)

See swLineWeights_e for valid options

Specifies the thickness of zone divider lines

Zone Formatting - Custom thickness

IModelDocExtension::GetUserPreferenceDouble(swUserPreferenceDoubleValue_e.swDetailingBorderZoneDividerCustomLineThickness, swUserPreferenceOption_e.swDetailingNoOptionSpecified)

IModelDocExtension::SetUserPreferenceDouble(swUserPreferenceDoubleValue_e.swDetailingBorderZoneDividerCustomLineThickness, swUserPreferenceOption_e.swDetailingNoOptionSpecified, <Value>)

Double value

Specifies custom thickness of zone divider lines; sets Custom Thickness to the specified thickness and Line Width of Zone Divider to Custom Size

Zone Divider - Length of Zone Divider

IModelDocExtension::GetUserPreferenceDouble(swUserPreferenceDoubleValue_e.swDetailingBorderZoneDividerLength, swUserPreferenceOption_e.swDetailingNoOptionSpecified)

IModelDocExtension::SetUserPreferenceDouble(swUserPreferenceDoubleValue_e.swDetailingBorderZoneDividerLength, swUserPreferenceOption_e.swDetailingNoOptionSpecified, <Value>)

Double value

Specifies the length of zone dividers

Center Zone Divider - Length of outer Center Zone Divider

IModelDocExtension::GetUserPreferenceDouble(swUserPreferenceDoubleValue_e.swDetailingBorderOuterCenterZoneDividerLength, swUserPreferenceOption_e.swDetailingNoOptionSpecified)

IModelDocExtension::SetUserPreferenceDouble(swUserPreferenceDoubleValue_e.swDetailingBorderOuterCenterZoneDividerLength, swUserPreferenceOption_e.swDetailingNoOptionSpecified, <Value>)

Double value

Specifies the length of outer center zone dividers

Center Zone Divider - Length of inner Center Zone Divider

IModelDocExtension::GetUserPreferenceDouble(swUserPreferenceDoubleValue_e.swDetailingBorderInnerCenterZoneDividerLength, swUserPreferenceOption_e.swDetailingNoOptionSpecified)

IModelDocExtension::SetUserPreferenceDouble(swUserPreferenceDoubleValue_e.swDetailingBorderInnerCenterZoneDividerLength, swUserPreferenceOption_e.swDetailingNoOptionSpecified, <Value>)

Double value

Specifies the length of inner center zone dividers

Zone Labels - Show columns

IModelDocExtension::GetUserPreferenceToggle(swUserPreferenceToggle_e.swDetailingBorderShowColumns, swUserPreferenceOption_e.swDetailingNoOptionSpecified)

IModelDocExtension::SetUserPreferenceToggle(swUserPreferenceToggle_e.swDetailingBorderShowColumns, swUserPreferenceOption_e.swDetailingNoOptionSpecified, <Value>)

Boolean value

Specifies whether to show column zone labels

Zone Labels - Show rows

IModelDocExtension::GetUserPreferenceToggle(swUserPreferenceToggle_e.swDetailingBorderShowRows, swUserPreferenceOption_e.swDetailingNoOptionSpecified)

IModelDocExtension::SetUserPreferenceToggle(swUserPreferenceToggle_e.swDetailingBorderShowRows, swUserPreferenceOption_e.swDetailingNoOptionSpecified, <Value>)

Boolean value

Specifies whether to show row zone labels

Layer

IModelDocExtension::GetUserPreferenceString(swUserPreferenceStringValue_e.swBorderLayer, swUserPreferenceOption_e.swDetailingNoOptionSpecified)

IModelDocExtension::SetUserPreferenceString(swUserPreferenceStringValue_e.swBorderLayer, swUserPreferenceOption_e.swDetailingNoOptionSpecified, <Value>)

 

Valid Options:

  • "Border"
  • "Dimensions"
  • "Notes"
  • "BOM"
  • "FORMAT"

Depending on the drawing, some options may not apply



Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   Solidworks Help
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:




x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2018 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.