Click or drag to resize

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

Constructs a flow space morph.

Namespace:  Rhino.Geometry.Morphs
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.9
Syntax
public SplopSpaceMorph(
	Plane plane,
	Surface surface,
	Point2d surfaceParam,
	double scale,
	double angle
)

Parameters

plane
Type: Rhino.GeometryPlane
Source plane of deformation.
surface
Type: Rhino.GeometrySurface
Surface to wrap objects onto.
surfaceParam
Type: Rhino.GeometryPoint2d
U,V parameter on surface used for orienting.
scale
Type: SystemDouble
Scale factor. To ignore, use Rhino.RhinoMath.UnsetValue.
angle
Type: SystemDouble
Rotation angle in radians. To ignore, use Rhino.RhinoMath.UnsetValue.
See Also