BendSpaceMorph Constructor (Point3d, Point3d, Point3d, Boolean, Boolean) |
Constructs a bend space morph.
Namespace:
Rhino.Geometry.Morphs
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.9
Syntax public BendSpaceMorph(
Point3d start,
Point3d end,
Point3d point,
bool straight,
bool symmetric
)
Public Sub New (
start As Point3d,
end As Point3d,
point As Point3d,
straight As Boolean,
symmetric As Boolean
)
Parameters
- start
- Type: Rhino.GeometryPoint3d
Start of spine that represents the original orientation of the object. - end
- Type: Rhino.GeometryPoint3d
End of spine. - point
- Type: Rhino.GeometryPoint3d
Point to bend through. - straight
- Type: SystemBoolean
If false, then point determines the region to bend. If true, only the spine region is bent. - symmetric
- Type: SystemBoolean
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.
See Also