RhinoCommon API
SplopSpaceMorph Constructor (Plane, Surface, Point2d, Double) |
Constructs a flow space morph.
Namespace: Rhino.Geometry.Morphs
Assembly: RhinoCommon (in RhinoCommon.dll)
public SplopSpaceMorph( Plane plane, Surface surface, Point2d surfaceParam, double scale )
Public Sub New ( plane As Plane, surface As Surface, surfaceParam As Point2d, scale As Double )
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.