0
0
Solidworksbi_tool~8 mins

Line and centerline tools in Solidworks - Dashboard Guide

Choose your learning style9 modes available
Dashboard Mode - Line and centerline tools
Goal

Understand how to use line and centerline tools in SolidWorks sketches to create precise and symmetrical designs.

Sample Data: Sketch Entities
Entity IDTypeLength (mm)Position X (mm)Position Y (mm)Is Centerline
1Line501020No
2Centerline603040Yes
3Line405060No
4Centerline707080Yes
5Line3090100No
Dashboard Components
  • KPI Card: Total Lines Count
    Formula: Count of all entities where Type = 'Line' = 3
  • KPI Card: Total Centerlines Count
    Formula: Count of all entities where Is Centerline = 'Yes' = 2
  • Bar Chart: Length of Lines vs Centerlines
    Data: Sum of Length grouped by Type
    Lines total length = 50 + 40 + 30 = 120 mm
    Centerlines total length = 60 + 70 = 130 mm
  • Table: Detailed Sketch Entities
    Shows all columns from sample data for review
Dashboard Layout
+----------------------+----------------------+
| Total Lines Count    | Total Centerlines    |
|        [ 3 ]         |       Count: [ 2 ]   |
+----------------------+----------------------+
|                      Bar Chart: Length by Type                      |
|                      (Lines vs Centerlines)                       |
+-------------------------------------------------------------------+
|                         Detailed Sketch Entities Table            |
+-------------------------------------------------------------------+
Interactivity

Adding a filter for Type (Line or Centerline) updates the bar chart and the detailed table to show only the selected type. The KPI cards update their counts accordingly.

For example, selecting Centerline filters the data to only centerlines, so the Total Lines Count KPI shows 0, Total Centerlines Count shows 2, the bar chart shows only centerline length, and the table lists only centerline entities.

Self Check

Add a filter for Is Centerline = Yes. Which components update?

  • The Total Centerlines Count KPI remains 2.
  • The Total Lines Count KPI updates to 0.
  • The Bar Chart shows only centerline total length (130 mm).
  • The Detailed Sketch Entities Table shows only rows where Is Centerline = Yes (Entity IDs 2 and 4).
Key Result
Dashboard showing counts and lengths of lines and centerlines in SolidWorks sketches with interactive filtering.