M_Rhino_Geometry_Point3d_op_Explicit - mcneel/rhinocommon-api-docs GitHub Wiki

Point3d Explicit Conversion (Point3d to Vector3d)

Converts a point in a vector, needing casting.

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

Syntax

C#

public static explicit operator Vector3d (
	Point3d point
)

VB

Public Shared Narrowing Operator CType ( 
	point As Point3d
) As Vector3d

Parameters

 

point
Type: Rhino.Geometry.Point3d
A point.

Return Value

Type: Vector3d
The resulting vector.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point3d Structure
Explicit Overload
Rhino.Geometry Namespace

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