# 2026 Platform Releases

## **v3.260407**

**Finite Element Analysis**

* **Composite Section Weight:** Exact weight-per-length calculation for composite sections in FELine elements, improving self-weight accuracy for mixed-material members.
* **Composite Section ParamML Functions:** New `compositeSection` family of ParamML functions for querying composite section properties.
* **FE Mesh Deduplication:** `DeduplicateMesh` is now enabled by default for remote mesh operations.

**FEA User Interface**

* **6x6 Equivalent Stiffness Stage Switching:** The 6x6 Equivalent Stiffness spreadsheet now dynamically updates when the active stage/case changes, without needing to reopen the sub-sheet.
* **Global Load Point List & 3D Picking:** SurfaceLoad, LineLoad, and PointLoad spreadsheets now support editable point lists with "Select Polygon/Polyline/Point (3D)" cell actions for picking FE nodes directly in the 3D view.
* **FEGroup Mass Paste Fix:** Fixed FEGroup View/Edit mass paste only adding one row.
* **FEA Spreadsheet N/A Fields:** Inapplicable fields (direction, coefficients, section-at-end) now correctly show N/A based on element and load type context.

**Verification**

* **Auto-Naming with Result Type:** Verification items now auto-generate descriptive names including incremental/cumulative and min/max context (e.g., "Verify Incremental Results SubStrStage.STAGE at Node...").

**Section Analysis**

* **Concrete Stress-Strain Model Fix:** Fixed interaction analysis material lookup to scan strip segments for the correct concrete material instead of assuming the first segment, fixing steel-cased concrete sections.
* **Gross Area Performance:** Fixed eager `GetGrossArea()` computation on every `Ag` getter call and resolved gross area memory handling issues.

**3D Rendering & Measurement**

* **Extended Measurement Tool (6 Modes):** New measurement tool with Point-to-Point, Polyline, Edge, Point-to-Face, Face-to-Face, and Angle modes. Includes alignment selector, face/edge snapping, results panel with unit conversion, and GCS coordinates.
* **Elevation Profile Clipping:** New Plan view clipping mode that follows the alignment's vertical elevation profile with adjustable offset, using a 2D height map texture for shader-based clipping.
* **Window Selection Fix:** Hidden elements are now excluded from window selection.
* **Pick Nodes Fix:** Fixed Pick Nodes selection when the 3D model is active by hiding non-FEA instances during FEA-only pick sessions.
* **Cross-Slope Rendering Fix:** Added unified break fallback to ForceSynchronization for cross-slope rendering artifacts.

**Alignment**

* **Alignment Editor Redesign:** Extracted Alignment Editor to a dedicated module with a new read-only Station column in the Horizontal spreadsheet, multi-row delete support, and segment delete action for Transverse data.
* **Duplicate Point Removal:** Alignment lines now automatically remove duplicate points.
* **GCS Coordinate Translation:** Stabilized alignment coordinate translation under active Geographic Coordinate System, scoped to projection and export operations.
* **Map Tile Fix:** Restored sub-tile centering in MapTile to correct lat/lng positioning.

**Import/Export**

* **DGN Additional Properties Report:** New cell action for 3D DGN exports showing all objects with their DGN properties, grouped by element, with copy-to-clipboard support and conflict validation.
* **DGN Text Style Fix:** Fixed null `DgnTextStyle.GetSettings` errors in AddNote, TextString, and AddDimensionLine.
* **DGN Server Processing Fix:** Suppressed "No WorkSet Alert" dialog blocking server-side DGN processing.
* **DGN Service Health Monitoring:** Added health monitoring with Slack alerts for the DGN MicroStation service, including external health ping to detect process crashes.

**Performance**

* **FEA Compilation Optimization:** Skip SetParams for FEMesh-generated objects, cache section lookups per station index, pre-filter sections by 3DOnly flag, and restructure non-prismatic section assignment.
* **Bounding Box Pre-Filtering:** Added bounding box pre-filtering for LineDist mesh region checks.
* **Cache Optimization:** Optimized Cache GetCtx/PutCtx with bundled entries and memoized keys.
* **Reference Project Caching:** Improved reference project caching with in-memory cache and timestamp validation.
* **Model Deserialization:** Deferred slow model deserialization to avoid UI blocking.
* **Memory Leak Fixes:** Fixed memory leaks in notification system and jQuery dialog closures (756MB → 160MB reduction).
* **Compilation & Rendering:** Optimized PML tree search with cached parent weight maps, added StaticGuard for early removal of guarded objects during CloneInto, and skipped Document children during rendering compilation.

**ParamML**

* **`pairwise` Function:** New array function for pairwise element processing.
* **`GetArrayDimension` Utility:** New utility for detecting array dimensionality, with 3D point array support in `GetObjPoints`.
* **Result Extraction Enhancements:** Added NegExt, PosExt, NegGlobal, and PosGlobal to result extraction pattern matching, with dynamic suffix combination generation.

***

## **v3.260227**

**Finite Element Analysis**

* **Binary Export/Import for FEA Results:** Export and import FEA analysis results to transfer models with completed analysis to another computer. Since results are stored locally in browser IndexedDB rather than the cloud, this feature enables sharing analysis results across machines.
* **6x6 Equivalent Stiffness Matrix:** Added comprehensive equivalent stiffness matrix calculation with flexibility matrix reporting (unaveraged and averaged).
* **Auto-detect Floor Stiffness:** Automatic detection of floor stiffness for softening curves with improved stiffness editor UI.
* **Spring Activation Displacements:** New boolean property to bypass pre-activation displacement subtraction for verifying activation-aware displacement logic.
* **Spring Force Recovery Fix:** Fixed spring force recovery to consider displacements after element activation and zero out previous force for springs that just became active.
* **Nonlinear Curve Sorting Fix:** Sort nonlinear curves by displacement instead of force to handle user input errors gracefully.
* **Node Merge Priority:** Prioritize keeping nodes with 6x6 stiffness matrix during same-location merge operations.

**Code Editor**

* **Enhanced CORE Object IntelliSense:** Added inline parameter suggestions and example children for improved code completion experience.
* **Template Params Fix:** Fixed IntelliSense to get params from template object correctly.

**3D Rendering**

* **Cross-Slope Rendering Fix:** Resolved rendering artifacts in deck surfaces with cross-slope geometry.

**Performance**

* **xxHash for Geometry Cache:** Use xxHash for geometry cache keys for faster lookups.
* **Faster Stage Filtering:** Speed up constructed-only stage filtering in FEA.
* **JsParser Optimization:** Optimized JsParser.Execute with property caching and frequency ordering.
* **Compilation Performance:** Faster compilation with fast-path and O(1) lookups.
* **GetIdentifierValue Optimization:** Skip GetObjA when param found at distance 0 for faster parameter resolution.
* **Reduced GC Pressure:** Reuse Float64Array buffer in Rotate3d operations.

**ParamML**

* **`insertinto` Function:** New JsParser array function with dual-lambda support for advanced array operations.
* **`trimPolyline` Function:** New function to trim polylines with support for negative offset to extend polylines.
* **Z-Coordinate Interpolation:** Added z-coordinate interpolation for XY plane intersections.
* **Alignment Projection Enhancements:** Added refinement and includeControlStations arguments to alignProjection function.
* **US Survey Foot Support:** Added US Survey Foot (ftUS) unit string representation to ToStrLength.

**Import/Export**

* **DGN Export Error Handling:** Improved DGN Writer error handling with client-side validation for custom properties.
* **ExtObj Validation:** Improved validation for missing object references in external objects.

**User Interface**

* **Isolate (Picked) Action:** New spreadsheet cell action for object reference columns to quickly isolate referenced objects.
* **Spreadsheet Row Version Fix:** Fixed project object version when adding new spreadsheet rows.

**Project Management**

* **Guard/Reference Ordering Fix:** Fixed operation ordering to remove refs before guarding and unguard before adding refs.
* **Guarded Objects Fix:** Fixed guarded objects being incorrectly added to references.
* **ParamDesc Migration:** Added ParamDesc support to ParamValueSet for version migration.

**Geometry**

* **Polygon-Line Intersection:** Implemented polygon-line intersection handling with optimized line filtering logic.
* **Line Projection Optimization:** Reduced line projection to a single point for constraint points array.

***

## **v3.260204**

**DGN Seed File Configuration**

* **Custom Seed File Support:** You can now upload and assign your own MicroStation seed files for DGN export, giving you control over levels and line styles in the exported DGN. See [DGN Seed File Configuration](https://docs.openbrim.org/templates/steel-i-girder-bridge-workflow/export-sig/dgn-seed-file-config-sig) for details.

**Finite Element Analysis**

* **Partial Completion Handling:** Nonlinear FEA analysis now supports partial completion, preserving results from completed load steps when analysis is interrupted or fails to converge.
* **Cancel Confirmation Dialog:** Added a confirmation dialog when canceling a running FEA analysis to prevent accidental interruptions.
* **Download Log Button:** Added a download log button to the analysis completion and FEA logs dialog.
* **Auto-Scroll Resume:** Added a floating button to resume auto-scroll in the FEA log textarea when the user manually scrolls.
* **Spring Gap Handling:** Fixed penalty stiffness calculation for springs with gaps.

**Section Analysis**

* **Phi Factor Improvement:** Improved phi factor interpolation in the interaction diagram transition zone.

**Alignment and 3D Rendering**

* **COG Support in Alignment:** Enhanced `alignLine` function with center of gravity (COG) support and configurable alignment rules.
* **Skewed Station Solver:** Added skewed station solver with intersection detection for improved 3D rendering of skewed structures.
* **Control Locations:** Enhanced alignment control location management and line splitting functions.

**Sections**

* **Custom Variation Paths:** Added custom variation path support for non-prismatic sections, enabling more flexible section transitions.
* **Station-Dependent Shape Coordinates:** The `sectionShapeCoords` function is now station-dependent, returning shape coordinates that vary along the member length.
* **Circle Section Support:** Circle-type sections are now supported for station-dependent section generation.

**ParamML**

* **`ClosestPointOnPolyline` Function:** New ParamML function to find the closest point on a polyline from a given location.
* **`volume()` Surface3D Support:** The `volume()` function now supports Surface3D geometry types.
* **`formatstation` Function:** New `FormatStation` utility and `formatstation` ParamML function for formatting station values.
* **`makestadep` Expansion:** The `makestadep` function has been expanded with additional capabilities.
* **Gross Area Fix:** Fixed `RebarCircularLayout` being incorrectly included in gross area calculation.

**Import/Export**

* **LandXML Import:** Improved azimuth calculation and added multi-file support for LandXML imports. Fixed curve `StartAzimuth` direction handling.
* **LARSA4D Import:** Fixed sanitization of illegal characters in names during LARSA4D import.
* **CSi Export:** Added support for exporting FE groups to CSi Link format.
* **IFC Fixes:** Various bug fixes for IFC export robustness.

**User Interface**

* **Work Point Picking:** Introduced Work Point picking feature with parametric and boundary point support for precise point selection.
* **Delete Objects UX:** Improved delete objects experience with progress feedback for large deletion operations.
* **Branch Search:** Added search box to the branch UI for finding objects.
* **Spreadsheet Fix:** Fixed spreadsheet cell staying active when clicking cell actions or scrolling.
* **TypeParamSelect:** Added TypeParamSelect cell action for ParamInterface spreadsheets, enabling type-based parameter selection.

**Project Management**

* **GCS Sync:** Projects now automatically sync their Geographic Coordinate System (GCS) from the source project if the local project doesn't have one defined.
* **Project Duplication Fix:** Fixed project duplication issues caused by `PopulateExtends` race condition and IndexedDB caching.
* **Project Folder UI:** Improved project folder interface with better validation.

**Performance**

* **Faster Local Data Access:** Optimized how the platform reads locally cached data (used extensively by FEA and project storage), resulting in up to 38x faster data retrieval.
* **Spreadsheet Copy:** Improved large spreadsheet copy operations using time-based yielding to prevent UI freezes.
* **Expensive Parameters:** Simplified and improved expensive parameter computation to require compiled project, with expression-based cache keys.
