corner
Constructs a corner between two curves.
Signature
corner(crv1 : Curve, crv2 : Curve, support : Surface, radius : LENGTH, orientationCrv1 : Boolean, orientationCrv2 : Boolean, trim : Boolean) : Curve
Arguments
The fifth and sixth arguments are necessary to scan the possible solutions. For more information about the corners, refer to Generative Shape Design User's Guide.Name | Input / Output | Required? | Type | Comment |
---|---|---|---|---|
crv1 | In | Yes | Curve | - |
crv2 | In | Yes | Curve | - |
support | In | Yes | Surface | - |
radius | In | Yes | LENGTH | - |
orientationCrv1 | In | Yes | Boolean | - |
orientationCrv2 | In | Yes | Boolean | - |
trim | In | Yes | Boolean | - |
ReturnType
Curve