TextObjectGetTextCorners Method |
Gets the world 3D corner points of the whole text object.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.21
Syntax public Point3d[] GetTextCorners(
RhinoViewport viewport
)
Public Function GetTextCorners (
viewport As RhinoViewport
) As Point3d()
Parameters
- viewport
- Type: Rhino.DisplayRhinoViewport
The viewport in which to make the calculation.
Return Value
Type:
Point3dThe four corner points if successful, an empty array on failure.
Exceptions See Also