FreeCAD Class Inheritance Diagram
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@startuml | |
class App::DocumentObject [[https://wiki.freecadweb.org/App_DocumentObject]] | |
class App::GeoFeature [[https://wiki.freecadweb.org/App_GeoFeature]] | |
note left [[http://plantuml.com]] | |
Adds Placement property | |
end note | |
App::DocumentObject <|-- App::GeoFeature [[http://plantuml.com/class]] : extends | |
@enduml |
You can use it to generate a class diagram.
The way I do this is the following (there are other ways):
- Install Visual Studio Code
- Install the PlantUML extension
- This PlantUML extension allows previewing and exporting this file to different formats like SVG and PNG.
- Press Ctrl + Shift + P to open the Command Palette
- Type "PlantUML: " and the various options for the extension should auto-populate in the dropdown.
- Use up and down arrow keys, and Enter to select an option.
Exporting UML Diagram via VS Code Plant UML Extension
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How do I use this?
https://en.wikipedia.org/wiki/Class_diagram