Difference between revisions of "Documentation/Nightly/Extensions/Add3DTextExtension"
From Slicer Wiki
(editing version of Add3DText) |
(Update on 2016-05-19) |
||
Line 9: | Line 9: | ||
{{documentation/{{documentation/version}}/module-introduction-row}} | {{documentation/{{documentation/version}}/module-introduction-row}} | ||
+ | Extension: [[Documentation/{{documentation/version}}/Extensions/Add3DTextExtension|Add3DText]]<br><br> | ||
− | + | Acknowledgements: | |
+ | This project is partially supported by Natural Science Foundation of China (Grant No.51005156 and 81171429). | ||
− | |||
− | [https://github.com/f-tang/Add3DText Code Resource] <br><br> | + | Get this extension: [https://github.com/f-tang/Add3DText Code Resource] <br><br> |
Author: Fenghe Tang, Xiaojun Chen (Shanghai Jiao Tong University) <br> | Author: Fenghe Tang, Xiaojun Chen (Shanghai Jiao Tong University) <br> | ||
Line 37: | Line 38: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
− | {{documentation/{{documentation/version}}/module-section| | + | {{documentation/{{documentation/version}}/module-section|Tutorials}} |
+ | |||
+ | *Panels: | ||
{| | {| | ||
− | + | |[[Image:Add3DText_Panel.png|thumb|360px|Module UI]] | |
− | |[[Image:Add3DText_Panel.png|thumb| | ||
|} | |} | ||
+ | *1. MRMLViewTree: To hide/display/delete/rename a model node. | ||
+ | *2. Model combo box: Select a model that you want to emboss your text on. | ||
+ | *3. Text edit: Type your text here, English Characters & Numbers ONLY. | ||
+ | *4. "Set text" button: Confirm your text. | ||
+ | *5. "Locate text" button: Click this button, and then click on the model to locate your text. | ||
+ | **If you want to re-locate your text, click this button again. | ||
+ | *6. "Text size" slider: Drag to adjust the size of your text. | ||
+ | *7. "OK" button: Apply your text on the model. | ||
+ | **It will create a NEW model instead of modifying the original one. | ||
+ | *8. "Cancel" button: Cancel your operation. | ||
+ | |||
+ | |||
+ | *Before you locate the text, please first "center the 3D view on the scene", or the text location may be affected. | ||
− | + | {| | |
− | + | |[[Image:Add3DText_3.png|thumb|480px|Center the 3D ciew on the scene]] | |
+ | |} | ||
+ | |||
+ | *The direction of the text is always from left to right on your screen. To adjust the relative direction of the model and your text, you can rotate the model before locate your text. | ||
+ | {| | ||
+ | |[[Image:Add3DText.png|thumb|Relative direction 1]] | ||
+ | |[[Image:Add3DText_2.png|thumb|Relative direction 2]] | ||
+ | |} | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|References}} | {{documentation/{{documentation/version}}/module-section|References}} | ||
+ | N/A | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Revision as of 08:12, 19 May 2016
Home < Documentation < Nightly < Extensions < Add3DTextExtension
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
Extension: Add3DText Acknowledgements: This project is partially supported by Natural Science Foundation of China (Grant No.51005156 and 81171429).
Author: Fenghe Tang, Xiaojun Chen (Shanghai Jiao Tong University) Module DescriptionAdd3DText is a Slicer Loadable module that allows users to emboss 3D text to the model(.stl format). Use CasesTutorials
ReferencesN/A Information for DevelopersFor technical questions or problems, please use contacts in the introduction. |