RhinoCommon API
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

public bool TryGetBasePoint( out Point3d basePoint )
Public Function TryGetBasePoint ( <OutAttribute> ByRef basePoint As Point3d ) As Boolean
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@)"]
