M_Rhino_Geometry_Morphs_SplopSpaceMorph__ctor_2 - 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,
double scale,
double angle
)
VB
Public Sub New (
plane As Plane,
surface As Surface,
surfaceParam As Point2d,
scale As Double,
angle As Double
)
- 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. - scale
- Type: System.Double
Scale factor. To ignore, use Rhino.RhinoMath.UnsetValue. - angle
- Type: System.Double
Rotation angle in radians. To ignore, use Rhino.RhinoMath.UnsetValue.
Supported in: 6.0.16224.21491, 5D58w
SplopSpaceMorph Class
SplopSpaceMorph Overload
Rhino.Geometry.Morphs Namespace