Skip to content

M_Rhino_Geometry_Morphs_BendSpaceMorph__ctor_1

Will Pearson edited this page Aug 12, 2016 · 2 revisions

BendSpaceMorph Constructor (Point3d, Point3d, Point3d, Double, Boolean, Boolean)

Constructs a bend space morph.

Namespace: Rhino.Geometry.Morphs
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

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
)

Parameters

 

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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BendSpaceMorph Class
BendSpaceMorph Overload
Rhino.Geometry.Morphs Namespace

Clone this wiki locally