BentPlateGeometrySolver Methods |
The BentPlateGeometrySolver type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddLeg(ConnectiveGeometry, Contour) |
Appends a polygon section to ConnectiveGeometry, using the maximal radius for the cylindrical connection.
| |
AddLeg(ConnectiveGeometry, Contour, Double) |
Appends a polygon section to this ConnectiveGeometry, using the specified radius for the cylindrical connection.
| |
AddLeg(ConnectiveGeometry, Contour, BentPlateBendShape) |
Appends a polygon section to ConnectiveGeometry, using the maximal radius for the cylindrical connection, or
the maximum cone aperture for conical connection.
| |
AddLeg(ConnectiveGeometry, LineSegment, Contour, LineSegment) |
Appends a polygon section to this ConnectiveGeometry, using the specified connection points and maximal radius for the cylindrical connection.
| |
AddLeg(ConnectiveGeometry, Contour, Double, Double) |
Joins a polygon section to this ConnectiveGeometry, using the specified radius and aperture for the conical connection.
| |
AddLeg(ConnectiveGeometry, LineSegment, Contour, LineSegment, Double) |
Appends a polygon section to this ConnectiveGeometry, using the specified connection points and radius for the cylindrical connection.
| |
AddLeg(ConnectiveGeometry, LineSegment, Contour, LineSegment, BentPlateBendShape) |
Appends a polygon section to this ConnectiveGeometry, using the specified connection points and maximal
radius for the cylindrical connection, or maximum aperture for conical connection.
| |
AddLeg(ConnectiveGeometry, LineSegment, Contour, LineSegment, Double, Double) |
Joins a polygon section to this ConnectiveGeometry, using the specified connection points and radius
and aperture for the conical connection.
| |
ModifyBendSurface |
Modifies the shape of a bend surface section, and updates related polygon sections accordingly.
| |
ModifyConicalRadiuses |
Modify the radiuses of a conical section, preserving the length of the side boundaries. The order of the
provided radiuses is not relevant, as the cone vertex will be located on the same side of the plates as
the original cone section.
| |
ModifyCylindricalSurface |
Modifies the shape of a cylindrical surface section, and updates related polygon sections accordingly.
| |
ModifyPolygon |
Modify the shape of a polygon section, and updates related cylindrical sections accordingly.
| |
ModifyRadius |
Modify the radius of a cylindrical section.
| |
RemoveLeg |
Removes a polygon section which is the end section, from this ConnectiveGeometry including extensions and cylindrical surface.
| |
ScaleConeSection |
Scale the shape of a conical section.
| |
SetBendAngle |
Sets angle as the angle of curved section sectionToSetAngle
and modifies geometry starting from sectionToMove.
| |
SetMainSection |
Sets newMainSection as a main section of geometry.
| |
Split |
Returns the resulting geometry or geometries when a section and the related automatically created sections are removed from this geometry.
|
See Also