|
|
| Menu location |
|---|
| TechDraw → Annotations → Insert Rich Text Annotations |
| Workbenches |
| TechDraw |
| Default shortcut |
| None |
| Introduced in version |
| 0.19 |
| See also |
| TechDraw Annotation |
기술도면 서식 있는 주석 도구는 지시선 또는 보기에 서식이 지정된 주석 블록을 추가합니다.
Stand alone RichTextAnnotation
See also: Autogenerated API documentation and FreeCAD Scripting Basics.
The RichTextAnnotation tool can be used in macros and from the Python console.
myPage = FreeCAD.ActiveDocument().Page
myBase = FreeCAD.ActiveDocument().View
blockObj = FreeCAD.ActiveDocument.addObject('TechDraw::DrawRichAnno','DrawRichAnno')
FreeCAD.activeDocument().myPage.addView(blockObj)
blockObj.X = 5
blockObj.Y = 5
blockObj.AnnoText = myHTMLText