M_Rhino_Geometry_Point3d__ctor_2 - mcneel/rhinocommon-api-docs GitHub Wiki

Point3d Constructor (Point4d)

Initializes a new point by copying coordinates from a four-dimensional point. The first three coordinates are divided by the last one. If the W (fourth) dimension of the input point is zero, then it will be just discarded.

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

Syntax

C#

public Point3d(
	Point4d point
)

VB

Public Sub New ( 
	point As Point4d
)

Parameters

 

point
Type: Rhino.Geometry.Point4d
A point.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point3d Structure
Point3d Overload
Rhino.Geometry Namespace

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