Functions | |
| def | createobject |
| def | decodeName |
| def | export |
| def | getarc |
| def | getarea |
| def | getline |
| def | getpoint |
| def | gettranslation |
| def | insert |
| def | open |
| def | parse |
| def | writepoint |
Variables | |
| string | __author__ = "Yorik van Havre <yorik@gmx.fr>" |
| string | __title__ = "FreeCAD Draft Workbench - OCA importer/exporter" |
| list | __url__ = ["http://yorik.orgfree.com","http://free-cad.sourceforge.net"] |
| tuple | params = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Draft") |
| pythonopen = open | |
| def importOCA::createobject | ( | id, | ||
| doc | ||||
| ) |
Definition at line 153 of file importOCA.py.
| def importOCA::decodeName | ( | name | ) |
Definition at line 207 of file importOCA.py.
| def importOCA::export | ( | exportList, | ||
| filename | ||||
| ) |
Definition at line 235 of file importOCA.py.
| def importOCA::getarc | ( | data | ) |
Definition at line 81 of file importOCA.py.
| def importOCA::getarea | ( | data | ) |
Definition at line 68 of file importOCA.py.
| def importOCA::getline | ( | data | ) |
Definition at line 126 of file importOCA.py.
Referenced by Raytracing::RayProject::execute(), Drawing::FeaturePage::execute(), getSWIGVersionFromModule(), import_NASTRAN(), Points::PointsAlgos::LoadAscii(), MeshCore::MeshInput::LoadAsciiSTL(), MeshCore::MeshInput::LoadInventor(), MeshCore::MeshInput::LoadMeshNode(), MeshCore::MeshInput::LoadNastran(), MeshCore::MeshInput::LoadOBJ(), MeshCore::MeshInput::LoadPLY(), ReadDyna::ReadConstraints(), ReadDyna::ReadDyna(), ReadDyna::ReadNode(), and ReadDyna::ReadShellThickness().
| def importOCA::getpoint | ( | data | ) |
Definition at line 43 of file importOCA.py.
| def importOCA::gettranslation | ( | data | ) |
Definition at line 138 of file importOCA.py.
| def importOCA::insert | ( | filename, | ||
| docname | ||||
| ) |
Definition at line 227 of file importOCA.py.
| def importOCA::open | ( | filename | ) |
Definition at line 219 of file importOCA.py.
| def importOCA::parse | ( | filename, | ||
| doc | ||||
| ) |
Definition at line 160 of file importOCA.py.
Referenced by openDYNA().
| def importOCA::writepoint | ( | vector | ) |
Definition at line 149 of file importOCA.py.
| string importOCA::__author__ = "Yorik van Havre <yorik@gmx.fr>" |
Definition at line 25 of file importOCA.py.
| string importOCA::__title__ = "FreeCAD Draft Workbench - OCA importer/exporter" |
Definition at line 24 of file importOCA.py.
| list importOCA::__url__ = ["http://yorik.orgfree.com","http://free-cad.sourceforge.net"] |
Definition at line 26 of file importOCA.py.
| tuple importOCA::params = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Draft") |
Definition at line 41 of file importOCA.py.
| importOCA::pythonopen = open |
Definition at line 40 of file importOCA.py.
1.6.1