OperationCreateBentPlateByParts Method |
| Name | Description | |
|---|---|---|
| CreateBentPlateByParts(Part, Part) |
Modifies the first plate by adding a cylindrical bend that connects it to the second plate
creating a new BentPlate instance based on two parts.
See CreateBentPlateByParts(Part, Part, BentPlateBendShape).
| |
| CreateBentPlateByParts(Part, Part, Double) |
Modifies the first plate by adding a bend that connects it to the second plate
creating a new BentPlate instance based on two parts and a radius.
This method can change GUID when using from plug-ins.
To keep GUID, use AddLeg(ConnectiveGeometry, ConnectiveGeometry, Double).
| |
| CreateBentPlateByParts(Part, Part, BentPlateBendShape) |
Modifies the first plate by adding a bend that connects it to the second plate
creating a new BentPlate instance based on two parts.
This method can change GUID when using from plug-ins.
To keep GUID, use AddLeg(ConnectiveGeometry, ConnectiveGeometry, BentPlateBendShape).
|