M_Rhino_Geometry_Morphs_BendSpaceMorph__ctor_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a bend space morph.
Namespace: Rhino.Geometry.Morphs
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public BendSpaceMorph(
Point3d start,
Point3d end,
Point3d point,
double angle,
bool straight,
bool symmetric
)
VB
Public Sub New (
start As Point3d,
end As Point3d,
point As Point3d,
angle As Double,
straight As Boolean,
symmetric As Boolean
)
- start
- Type: Rhino.Geometry.Point3d
Start of spine that represents the original orientation of the object. - end
- Type: Rhino.Geometry.Point3d
End of spine. - point
- Type: Rhino.Geometry.Point3d
Used for bend direction. - angle
- Type: System.Double
Bend angle in radians. - straight
- Type: System.Boolean
If false, then point determines the region to bend. If true, only the spine region is bent. - symmetric
- Type: System.Boolean
If false, then only one end of the object bends. If true, then the object will bend symmetrically around the center if you start the spine in the middle of the object.
Supported in: 6.0.16224.21491, 5D58w
BendSpaceMorph Class
BendSpaceMorph Overload
Rhino.Geometry.Morphs Namespace