Variables | |
tuple | file = open(App.activeDocument().Page.PageResult,"r") |
tuple | resultSVG = Drawing.projectToSVG(Shape,App.Vector(1,1,1)) |
Shape = App.ActiveDocument.Shape.Shape | |
tuple | ViewSVG = App.activeDocument() |
tuple DrawingExample::file = open(App.activeDocument().Page.PageResult,"r") |
Definition at line 75 of file DrawingExample.py.
Referenced by Gui::MacroManager::commit(), App::PropertyFileIncluded::Copy(), Base::FileInfo::copyTo(), Gui::Dialog::DlgEditFileIncludePropertyExternal::Do(), Raytracing::RayProject::execute(), Drawing::FeaturePage::execute(), exporter(), Gui::FileDialog::getOpenFileName(), Gui::FileDialog::getSaveFileName(), getSWIGVersionFromModule(), Base::FileInfo::getTempFileName(), importer(), insert(), Gui::PythonConsole::insertFromMimeData(), Gui::PyResource::load(), DrawingGui::DrawingView::load(), Points::PointsAlgos::LoadAscii(), ParameterManager::LoadDocument(), ParameterManager::LoadOrCreateDocument(), Gui::OnlineDocumentation::loadResource(), Gui::Dialog::DlgMacroExecuteImp::on_createButton_clicked(), Gui::Dialog::DlgMacroExecuteImp::on_editButton_clicked(), Gui::Dialog::ParameterGroup::onExportToFile(), Gui::Dialog::ParameterGroup::onImportFromFile(), Gui::EditorView::open(), open(), App::PropertyFileIncluded::Paste(), Gui::BitmapFactoryInst::pixmapFromSvg(), Gui::Dialog::PreferenceUiForm::PreferenceUiForm(), Branding::readFile(), Part::PropertyFilletEdges::Restore(), Part::PropertyPartShape::Restore(), App::PropertyColorList::Restore(), App::PropertyFloatList::Restore(), App::PropertyPythonObject::Restore(), Points::PropertyPointKernel::Restore(), App::PropertyVectorList::Restore(), App::PropertyFileIncluded::Restore(), Points::PropertyCurvatureList::Restore(), Points::PointKernel::Restore(), Mesh::PropertyMeshKernel::Restore(), Mesh::PropertyCurvatureList::Restore(), Fem::PropertyFemMesh::Restore(), App::Document::restore(), Part::PropertyPartShape::RestoreDocFile(), Fem::FemMesh::RestoreDocFile(), Gui::Application::sAddIcon(), App::PropertyFileIncluded::Save(), App::Document::save(), Gui::Document::saveAs(), Part::PropertyPartShape::SaveDocFile(), Fem::FemMesh::SaveDocFile(), ParameterManager::SaveDocument(), Base::Builder3D::saveToFile(), Gui::ViewProviderExtern::setModeByFile(), App::PropertyFileIncluded::setPyObject(), CompleteGui::Workbench::setupMenuBar(), Gui::NoneWorkbench::setupMenuBar(), Gui::StdWorkbench::setupMenuBar(), CompleteGui::Workbench::setupToolBars(), Gui::StdWorkbench::setupToolBars(), App::PropertyFileIncluded::setValue(), Gui::TaskView::TaskDialogPython::TaskDialogPython(), Gui::Dialog::TextureMapping::TextureMapping(), Gui::ViewProviderVRMLObject::updateData(), RobotGui::ViewProviderRobotObject::updateData(), Gui::ViewProviderInventorObject::updateData(), Gui::Application::workbenchIcon(), Gui::SoFCOffscreenRenderer::writeToImageFile(), Base::XMLReader::XMLReader(), and App::PropertyFileIncluded::~PropertyFileIncluded().
tuple DrawingExample::resultSVG = Drawing.projectToSVG(Shape,App.Vector(1,1,1)) |
Definition at line 22 of file DrawingExample.py.
DrawingExample::Shape = App.ActiveDocument.Shape.Shape |
Definition at line 10 of file DrawingExample.py.
Referenced by Raytracing::RayFeature::execute(), Drawing::FeatureViewPart::execute(), Part::Feature::Feature(), Part::TopoShapePy::getCustomAttributes(), Part::TopoShape::getFacesFromSubelement(), Part::TopoShape::getPySubShape(), Part::ImportIgesParts(), PartGui::FaceColors::Private::Private(), and CamGui::Cutting::selectShape().
tuple DrawingExample::ViewSVG = App.activeDocument() |
Definition at line 70 of file DrawingExample.py.