MeCheck2
Files
- CompositeSectionStiffeners.cs
This file defines a C# data model class named `CompositeSectionStiffeners` within the FeMM Grasshopper component namespace. It serves as a lightweight data container for storing geometric and physical properties of stiffeners on composite beams, such as length, spacing, width, thickness, and symmetry flags. The class implements `IEquatable` to provide robust value-based comparison logic via `Equals`, `GetHashCode`, and overloaded equality operators. Additionally, it includes a `Write` method that serializes these properties into JSON format using a `JsonTextWriter`. This structure is likely used for configuration management or data exchange within a larger structural analysis or design application.