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
)
Public Sub New (
plane As Plane,
surface As Surface,
surfaceParam As Point2d,
scale As Double,
angle 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. To ignore, use Rhino.RhinoMath.UnsetValue. - angle
- Type: SystemDouble
Rotation angle in radians. To ignore, use Rhino.RhinoMath.UnsetValue.
See Also