Skip to content

M_Rhino_Geometry_Point3d_FromPoint3f

Will Pearson edited this page Aug 12, 2016 · 1 revision

Point3d.FromPoint3f Method

Converts a single-precision point in a double-precision point.

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

Syntax

C#

public static Point3d FromPoint3f(
	Point3f point
)

VB

Public Shared Function FromPoint3f ( 
	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

See Also

Reference

Point3d Structure
Rhino.Geometry Namespace

Clone this wiki locally