Click or drag to resize

Point3dTryParse Method

Converts the string representation of a point to the equivalent Point3d structure.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.12
Syntax
public static bool TryParse(
	string input,
	out Point3d result
)

Parameters

input
Type: SystemString
The point to convert.
result
Type: Rhino.GeometryPoint3d
The structure that will contain the parsed value.

Return Value

Type: Boolean
true if successful, false otherwise.
See Also