BentPlateGeometrySolverModifyBendSurface Method |
Modifies the shape of a bend surface section, and updates related polygon sections accordingly.
Namespace: Tekla.Structures.Model
Assembly: Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
public ConnectiveGeometry ModifyBendSurface( ConnectiveGeometry geometry, GeometrySection bendSection, BendSurface surface )
Parameters
- geometry
- Type: Tekla.Structures.ModelConnectiveGeometry
Reference geometry to modify which contains cylindricalSection. - bendSection
- Type: Tekla.Structures.ModelGeometrySection
Geometry section to modify. - surface
- Type: Tekla.Structures.ModelBendSurface
The modified bend surface for the section.
Return Value
Type: ConnectiveGeometryModified ConnectiveGeometry if command succeeded or geometry otherwise.
| Exception | Condition |
|---|---|
| ConnectiveGeometryException | Thrown if could not modify the bend surface. |