Skip to content

M_Rhino_Geometry_Morphs_SplopSpaceMorph__ctor

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

SplopSpaceMorph Constructor (Plane, Surface, Point2d)

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
)

VB

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

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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

SplopSpaceMorph Class
SplopSpaceMorph Overload
Rhino.Geometry.Morphs Namespace

Clone this wiki locally