BentPlateGeometrySolverSetMainSection Method |
Sets newMainSection as a main section of geometry.
Namespace: Tekla.Structures.Model
Assembly: Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2024.0.0+a110b435391768740483e3032720a566518c9a63
public ConnectiveGeometry SetMainSection( GeometrySection newMainSection, ConnectiveGeometry geometry )
Parameters
- newMainSection
- Type: Tekla.Structures.ModelGeometrySection
Geometry section to set as main section. - geometry
- Type: Tekla.Structures.ModelConnectiveGeometry
Connective geometry to modify.
Return Value
Type: ConnectiveGeometryConnective geometry with newMainSection as main section.
| Exception | Condition |
|---|---|
| ArgumentException | Throws an ArgumentException exception if the input newMainSection is not a polygon section. |