M_Rhino_Geometry_SpaceMorph_MorphPoint - mcneel/rhinocommon-api-docs GitHub Wiki

SpaceMorph.MorphPoint Method

Morphs an Euclidean point. This method is abstract.

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

Syntax

C#

public abstract Point3d MorphPoint(
	Point3d point
)

VB

Public MustOverride Function MorphPoint ( 
	point As Point3d
) As Point3d

Parameters

 

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

Return Value

Type: Point3d
Resulting morphed point.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

SpaceMorph Class
Rhino.Geometry Namespace

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