M_Rhino_Geometry_Point3d_op_Implicit_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Point3d Implicit Conversion (Point3f to Point3d)

Converts a single-precision point in a double-precision point, without needing casting.

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

Syntax

C#

public static implicit operator Point3d (
	Point3f point
)

VB

Public Shared Widening Operator CType ( 
	point As Point3f
) As Point3d

Parameters

 

point
Type: Rhino.Geometry.Point3f
A point.

Return Value

Type: Point3d
The resulting point.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point3d Structure
Implicit Overload
Rhino.Geometry Namespace

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