Click or drag to resize

GH_PointCreateFromCoordinate Method

Create a new point geometry instance based on a fixed coordinate

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void CreateFromCoordinate(
	Point3d pt
)

Parameters

pt
Type: Point3d
The coordinate for the point
Remarks
This 'constructor' merely sets fields, it doesn't load the geometry and it doesn't perform validity checking.
See Also