M_Rhino_Geometry_Morphs_MaelstromSpaceMorph__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

MaelstromSpaceMorph Constructor

Constructs a maelstrom space morph.

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

Syntax

C#

public MaelstromSpaceMorph(
	Plane plane,
	double radius0,
	double radius1,
	double angle
)

VB

Public Sub New ( 
	plane As Plane,
	radius0 As Double,
	radius1 As Double,
	angle As Double
)

Parameters

 

plane
Type: Rhino.Geometry.Plane
Plane on which the base circle will lie. Origin of the plane will be the center point of the circle.
radius0
Type: System.Double
First radius.
radius1
Type: System.Double
Second radius.
angle
Type: System.Double
Coil angle in radians.

Remarks

If radius0 = radius1 > 0, then the morph is a rotation where the angle of rotation is proportional to the radius. If radius0 < radius1, then everything inside of the circle of radius radius0 if fixed, the rotation angle increases smoothly from 0 at radius0 to m_a at radius1, and everything outside of the circle of radius radius1 is rotated by angle. If radius0 > radius1, then everything outside of the circle of radius radius0 if fixed, the rotation angle increases smoothly from 0 at radius0 to m_a at radius1, and everything inside of the circle of radius radius1 is rotated by angle.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MaelstromSpaceMorph Class
Rhino.Geometry.Morphs Namespace

⚠️ **GitHub.com Fallback** ⚠️