GetPoint.TryGetBasePoint Method

GetPointTryGetBasePoint Method

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

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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@)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also