SporphSpaceMorph Constructor (Surface, Surface, Point2d, Point2d) |
Constructs a Sporph space morph.
Namespace:
Rhino.Geometry.Morphs
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.9
Syntaxpublic SporphSpaceMorph(
Surface surface0,
Surface surface1,
Point2d surface0Param,
Point2d surface1Param
)
Public Sub New (
surface0 As Surface,
surface1 As Surface,
surface0Param As Point2d,
surface1Param As Point2d
)
Parameters
- surface0
- Type: Rhino.GeometrySurface
Base surface. - surface1
- Type: Rhino.GeometrySurface
Target surface. - surface0Param
- Type: Rhino.GeometryPoint2d
U,V parameter on surface0 used for orienting. - surface1Param
- Type: Rhino.GeometryPoint2d
U,V parameter on surface1 used for orienting.
See Also