Version 1.10.0 |
[This is preliminary documentation and is subject to change.]
This version was released on 2022-01-19
Here is what has been added to this release:
IStructuralCrossSectionWithDefinition: Marker interface for cross sections which utilize a definition for the shape of the cross section
Here is what has been changed in this release:
AnalysisResultType: Added InternalForce2D value
StructuralGeneralCrossSection: Implemented new IStructuralCrossSectionWithDefinition interface StructuralManufacturedCrossSection: Implemented new IStructuralCrossSectionWithDefinition interface StructuralManufacturedCrossSection: The Profile property now either gets its value from the the Definition's property name when it exists, or the manually set value.
StructuralManufacturedCrossSection: Added validation for the new Definition property, which behaves exactly like the validation for a general cross section:
Its name may not be empty
It must contain at least 1 polygon definition
Each of the polygon definitions must reference a material
Each of the polygon definitions must have at least 3 points
The first polygon must be defined counter-clockwise
All remaining polygon definitions must be defined clockwise