Click or drag to resize

GetPointTryGetBasePoint Method

[Missing <summary> documentation for "M:Rhino.Input.Custom.GetPoint.TryGetBasePoint(Rhino.Geometry.Point3d@)"]

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool TryGetBasePoint(
	out Point3d basePoint
)

Parameters

basePoint
Type: Rhino.GeometryPoint3d

[Missing <param name="basePoint"/> documentation for "M:Rhino.Input.Custom.GetPoint.TryGetBasePoint(Rhino.Geometry.Point3d@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Input.Custom.GetPoint.TryGetBasePoint(Rhino.Geometry.Point3d@)"]

See Also