Point3f.ToString Method

Point3fToString Method

Constructs the string representation for the current point.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public override string ToString()
Public Overrides Function ToString As String

Return Value

Type: String
The point representation in the form X,Y,Z.
See Also