M_Rhino_Geometry_Morphs_SplopSpaceMorph__ctor - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a flow space morph.
Namespace: Rhino.Geometry.Morphs
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public SplopSpaceMorph(
Plane plane,
Surface surface,
Point2d surfaceParam
)
VB
Public Sub New (
plane As Plane,
surface As Surface,
surfaceParam As Point2d
)
- 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.
Supported in: 6.0.16224.21491, 5D58w
SplopSpaceMorph Class
SplopSpaceMorph Overload
Rhino.Geometry.Morphs Namespace