Click or drag to resize

File3dmObjectTableAddPoint Method (Point3d)

Adds a point object to the table.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Guid AddPoint(
	Point3d point
)

Parameters

point
Type: Rhino.GeometryPoint3d
A location for point.

Return Value

Type: Guid
Id of new object.
See Also