M_Rhino_Geometry_Morphs_SplopSpaceMorph__ctor_2 - mcneel/rhinocommon-api-docs GitHub Wiki

SplopSpaceMorph Constructor (Plane, Surface, Point2d, Double, Double)

Constructs a flow space morph.

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

Syntax

C#

public SplopSpaceMorph(
	Plane plane,
	Surface surface,
	Point2d surfaceParam,
	double scale,
	double angle
)

VB

Public Sub New ( 
	plane As Plane,
	surface As Surface,
	surfaceParam As Point2d,
	scale As Double,
	angle As Double
)

Parameters

 

plane
Type: Rhino.Geometry.Plane
Source plane of deformation.
surface
Type: Rhino.Geometry.Surface
Surface to wrap objects onto.
surfaceParam
Type: Rhino.Geometry.Point2d
U,V parameter on surface used for orienting.
scale
Type: System.Double
Scale factor. To ignore, use Rhino.RhinoMath.UnsetValue.
angle
Type: System.Double
Rotation angle in radians. To ignore, use Rhino.RhinoMath.UnsetValue.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

SplopSpaceMorph Class
SplopSpaceMorph Overload
Rhino.Geometry.Morphs Namespace

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