M_Rhino_Geometry_Point3d_op_Explicit_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Point3d Explicit Conversion (Vector3d to Point3d)

Converts a vector in a point, needing casting.

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

Syntax

C#

public static explicit operator Point3d (
	Vector3d vector
)

VB

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

Parameters

 

vector
Type: Rhino.Geometry.Vector3d
A vector.

Return Value

Type: Point3d
The resulting point.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point3d Structure
Explicit Overload
Rhino.Geometry Namespace

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