M_Rhino_Geometry_Morphs_FlowSpaceMorph_MorphPoint - mcneel/rhinocommon-api-docs GitHub Wiki

FlowSpaceMorph.MorphPoint Method

Morphs an Euclidean point.

Namespace: Rhino.Geometry.Morphs
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public override Point3d MorphPoint(
	Point3d point
)

VB

Public Overrides Function MorphPoint ( 
	point As Point3d
) As Point3d

Parameters

 

point
Type: Rhino.Geometry.Point3d
A point that will be morphed by this object.

Return Value

Type: Point3d
Resulting morphed point.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

FlowSpaceMorph Class
Rhino.Geometry.Morphs Namespace

⚠️ **GitHub.com Fallback** ⚠️