附加文本
更多...
#include <Annotations_AppendedText.hxx>
◆ ~AppendedText()
| virtual NXOpen::Annotations::AppendedText::~AppendedText |
( |
| ) |
|
|
virtual |
释放对象内存。调用此方法后, 禁止再使用该对象。在.NET中, 当垃圾回收器删除对象时会自动调用此方法。
创建于NX4.0.0.
许可要求 : 无
◆ GetAboveText()
| std::vector< NXString > NXOpen::Annotations::AppendedText::GetAboveText |
( |
| ) |
|
获取注释上方的附加文本
- 返回
- 文本行列表
创建于NX4.0.0.
许可要求 : 无
◆ GetAfterText()
| std::vector< NXString > NXOpen::Annotations::AppendedText::GetAfterText |
( |
| ) |
|
获取注释后的附加文本
- 返回
- 文本行列表
创建于NX4.0.0.
许可要求 : 无
◆ GetBeforeText()
| std::vector< NXString > NXOpen::Annotations::AppendedText::GetBeforeText |
( |
| ) |
|
获取注释前的附加文本
- 返回
- 文本行列表
创建于NX4.0.0.
许可要求 : 无
◆ GetBelowText()
| std::vector< NXString > NXOpen::Annotations::AppendedText::GetBelowText |
( |
| ) |
|
获取注释下方的附加文本
- 返回
- 文本行列表
创建于NX4.0.0.
许可要求 : 无
◆ SetAboveText()
| void NXOpen::Annotations::AppendedText::SetAboveText |
( |
std::vector< NXString > & | lines | ) |
|
设置注释上方的附加文本
创建于NX4.0.0.
许可要求 : 无
- 参数
-
◆ SetAfterText()
| void NXOpen::Annotations::AppendedText::SetAfterText |
( |
std::vector< NXString > & | lines | ) |
|
设置注释后的附加文本
创建于NX4.0.0.
许可要求 : 无
- 参数
-
◆ SetBeforeText()
| void NXOpen::Annotations::AppendedText::SetBeforeText |
( |
std::vector< NXString > & | lines | ) |
|
设置注释前的附加文本
创建于NX4.0.0.
许可要求 : 无
- 参数
-
◆ SetBelowText()
| void NXOpen::Annotations::AppendedText::SetBelowText |
( |
std::vector< NXString > & | lines | ) |
|
设置注释下方的附加文本
创建于NX4.0.0.
许可要求 : 无
- 参数
-