CGCADGuide.tools
Home/Guides/SolidWorks Technical Guide
Back to Guides Library
PRINTINGKeyword Mapped

Standardizing Plot Styles: CTB vs STB Pen Tables for Architects

Detailed expert blueprint for Standardizing Plot Styles: CTB vs STB Pen Tables for Architects. Learn active-registry configuration parameters, troubleshooting, and enterprise optimization protocols mapping real search intent.

S
SolidWorks logo
Target SoftwareSolidWorksExpert Score: ★ 4.9
WP
Will P. (BIM Architect)Enterprise Systems Lead
Read Time: 7 min
Published: May 2026
Status: ● Verified
INDUSTRIAL PLOTTING & VECTOR DRAWING BLUEPRINT

TECHNICAL DIRECTIVE: SOLIDWORKS-PLOT-B26

This technical standard directive defines the Color-Dependent (CTB) pen style thicknesses, drawing scale calibrations, and high-definition vector PDF font embedding standards for SolidWorks. Make sure you enforce these styles to eliminate vector missing weights.

CORE STANDARD DETAILS
Standard Spec:ISO 128-20 / ANSI Y14.2M / AIA Layer Spec
Scale Mapping:1:1 Model Space to Layout Space Mapping
Font Standard:SHX Vector Fonts (RomanS / Simplex / txt)
REVISION METADATA
Directive Status:APPROVED FOR DRAFTING
Directive Code:REV-PLOT-2026-B
Audited By:BIM Coordinating Comm.

Line-Weight Pen (CTB) Calibration Table

Verified pen weight scaling parameters matching ANSI, ISO, and AIA standard drawing plot style sheets.

AIA Pen Color IDPlot Pen ThicknessLinetype MappingVector Screen ColorStandard Architectural Use Case
Color 1 (Red)0.18 mm (Extra Fine)Continuous (Solid)255,0,0 (Red)Hatch boundaries, hidden partitions, center grids
Color 2 (Yellow)0.35 mm (Medium)Continuous (Solid)255,255,0 (Yellow)Text annotations, dimensions, door swings
Color 3 (Green)0.50 mm (Thick)Dashed (Hidden2)0,255,0 (Green)Medium structural outlines, dynamic section cuts
Color 7 (White/Black)0.70 mm (Heavy)Continuous (Solid)0,0,0 (Black)Borders, title blocks, layout sheet borders

AutoLISP Drawing Variables & PDF Automation Script

Low-level AutoLISP script to dynamically configure plotting scales, sheets size, and monochrome CTB mappings.

;; AutoLISP CTB & Drawing Variables Synchronizer for SolidWorks
(defun c:SyncPlotVars ()
  (setvar "PSLTSCALE" 1)   ;; Synchronize paper space linetype scale
  (setvar "LTSCALE" 1.0)   ;; Global linetype scale coefficient
  (setvar "MSLTSCALE" 1)   ;; Model space annotation scale matching
  (setvar "MEASUREMENT" 1) ;; Set drawings standard to Metric (mm)
  
  ;; Load standard monochrome plot style configurations safely
  (command "-plot" "yes" "" "Adobe PDF" "ISO A1 (594.00 x 841.00 MM)" "Millimeters" "Landscape" "no" "Layout" "1:1" "0.00,0.00" "yes" "monochrome.ctb" "yes" "no" "no" "no" "yes" "no" "yes")
  (princ "\\n[+] Plotting variables and layout styles successfully mapped for SolidWorks.\\n")
  (princ)
)
Full Analysis Guide

Read the Full SolidWorks Pricing, Score, and Competitor Review

Want to know if SolidWorks is the best investment for your enterprise CAD workflows? Check out ratings, pros & cons, and licensing plans.

Open Review