Description:
Adds a text dot object to Rhino.
Syntax:
Parameters:
- text
- Type: string
- A text string.
- location
- Type: Point3d
- A point position.
- attributes
- Type: ObjectAttributes
- Attributes to apply to curve.
Returns:
Type: Guid
The Guid of the newly added object or Guid.Empty on failure.
Available since:
5.0
Description:
Adds a text dot object to Rhino.
Description:
Syntax:
public Guid AddTextDot(
TextDot dot,
ObjectAttributes attributes,
HistoryRecord history,
bool reference
)
TextDot dot,
ObjectAttributes attributes,
HistoryRecord history,
bool reference
)
Returns:
Type: Guid
Available since:
5.0
Description:
Adds a text dot object to Rhino.
Syntax:
Parameters:
- dot
- Type: TextDot
- A text dot that will be copied.
- attributes
- Type: ObjectAttributes
- Attributes to apply to text dot.
Returns:
Type: Guid
The Guid of the newly added object or Guid.Empty on failure.
Available since:
5.0