Description:
Adds an annotation text object to the document.
Syntax:
Parameters:
- text3d
- Type: Rhino.Display.Text3d
- The text object to add.
- attributes
- Type: DocObjects.ObjectAttributes
- Attributes to link to the object.
Returns:
Type: Guid
The Guid of the newly added object or Guid.Empty on failure.
Available since:
5.0
Description:
Adds an annotation text object to the document.
Syntax:
Parameters:
- text3d
- Type: Rhino.Display.Text3d
- The text object to add.
Returns:
Type: Guid
The Guid of the newly added object or Guid.Empty on failure.
Available since:
5.0
Description:
Adds an annotation text object to the document.
Parameters:
- text
- Type: string
- Text string.
- plane
- Type: Plane
- Plane of text.
- height
- Type: double
- Height of text.
- fontName
- Type: string
- Name of FontFace.
- bold
- Type: bool
- Bold flag.
- italic
- Type: bool
- Italic flag.
- attributes
- Type: DocObjects.ObjectAttributes
- Object Attributes.
Returns:
Type: Guid
The Guid of the newly added object or Guid.Empty on failure.
Available since:
5.0
Description:
Adds an annotation text object to the document.
Syntax:
public Guid AddText(
string text,
Plane plane,
double height,
string fontName,
bool bold,
bool italic,
TextJustification justification,
ObjectAttributes attributes
)
string text,
Plane plane,
double height,
string fontName,
bool bold,
bool italic,
TextJustification justification,
ObjectAttributes attributes
)
Parameters:
- text
- Type: string
- Text string.
- plane
- Type: Plane
- Plane of text.
- height
- Type: double
- Height of text.
- fontName
- Type: string
- Name of FontFace.
- bold
- Type: bool
- Bold flag.
- italic
- Type: bool
- Italic flag.
- justification
- Type: TextJustification
- The justification of the text.
- attributes
- Type: DocObjects.ObjectAttributes
- Attributes to link to the object.
Returns:
Type: Guid
The Guid of the newly added object or Guid.Empty on failure.
Available since:
5.0
Description:
Adds an annotation text object to the document.
Parameters:
- text
- Type: string
- Text string.
- plane
- Type: Plane
- Plane of text.
- height
- Type: double
- Height of text.
- fontName
- Type: string
- Name of FontFace.
- bold
- Type: bool
- Bold flag.
- italic
- Type: bool
- Italic flag.
- justification
- Type: TextJustification
- The justification of the text.
Returns:
Type: Guid
The Guid of the newly added object or Guid.Empty on failure.
Available since:
5.0
Description:
Adds an annotation text object to the document.