M_Rhino_Geometry_Point3d__ctor_3 - mcneel/rhinocommon-api-docs GitHub Wiki

Point3d Constructor (Vector3d)

Initializes a new point by copying coordinates from the components of a vector.

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

Syntax

C#

public Point3d(
	Vector3d vector
)

VB

Public Sub New ( 
	vector As Vector3d
)

Parameters

 

vector
Type: Rhino.Geometry.Vector3d
A vector.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point3d Structure
Point3d Overload
Rhino.Geometry Namespace

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