Public Member Functions | |
def | Activated (self) |
def | apply (self) |
def | arcUi (self) |
def | changeAngleValue (self, d) |
def | changeEvent (self, event) |
def | changeLengthValue (self, d) |
def | changePage (self, index) |
def | changeRadiusValue (self, d) |
def | changeSSizeValue (self, d) |
def | changeSTrackValue (self, d) |
def | changeXValue (self, d) |
def | changeYValue (self, d) |
def | changeZValue (self, d) |
def | checkEnterText (self) |
def | checklength (self) |
def | checkLocal (self) |
def | checkSpecialChars (self, txt) |
def | checkx (self) |
def | checky (self) |
def | circleUi (self) |
def | closeLine (self) |
def | constrain (self, val) |
def | cross (self, on=True) |
def | Deactivated (self) |
def | displayPoint (self, point=None, last=None, plane=None, mask=None) |
def | drawPage (self) |
def | editUi (self, mode=None) |
def | escape (self) |
def | extraLineUi (self) |
def | extraUi (self) |
def | extUi (self) |
def | finish (self) |
def | getcol (self) |
def | getDefaultColor (self, type, rgb=False) |
def | getfacecol (self) |
def | getIcon (self, iconpath) |
def | getXPM (self, iconname, size=16) |
def | hide (self) |
def | hideXYZ (self) |
def | isConstructionMode (self) |
def | labelUi (self, title=translate("draft","Label"), callback=None) |
def | lineUi (self, title=translate("draft", "Line"), cancel=None, extra=None, getcoords=None, rel=False, icon="Draft_Line") |
def | makeDumbTask (self, extra=None, on_close_call=None) |
def | modUi (self) |
def | number_length (self, str) |
def | offsetUi (self) |
def | offUi (self) |
def | orientWP (self) |
def | pickFile (self) |
def | pointUi (self, title=translate("draft","Point"), cancel=None, extra=None, getcoords=None, rel=False, icon="Draft_Draft") |
def | popupMenu (self, llist, ilist=None, pos=None) |
def | popupTriggered (self, action) |
def | radiusUi (self) |
def | redraw (self) |
def | relocate (self) |
def | reset_ui_values (self) |
def | retranslateTray (self, widget=None) |
def | retranslateUi (self, widget=None) |
def | rotateSetCenterUi (self) |
def | runAutoGroup (self) |
def | selectEdge (self) |
def | selectplane (self) |
def | selectUi (self, extra=None, on_close_call=None) |
def | sendText (self) |
def | setAutoGroup (self, value=None) |
def | setContinue (self, val) |
def | setCopymode (self, val=0) |
def | setFill (self, val) |
def | setFocus (self, f=None) |
def | setfontsize (self, val) |
def | setGlobal (self, val=0) |
def | setNextFocus (self) |
def | setRadiusValue (self, val, unit=None) |
def | setRelative (self, val=1) |
def | setstyle (self) |
def | setStyleButton (self) |
def | setSubelementMode (self) |
def | setTitle (self, title, icon="Draft_Draft") |
def | setupStyle (self) |
def | setupToolBar (self, task=False) |
def | setupTray (self) |
def | setWatchers (self) |
def | setwidth (self, val) |
def | SFileUi (self) |
def | show (self) |
def | SSizeUi (self) |
def | SSUi (self) |
def | STrackUi (self) |
def | switchUi (self, store=True) |
def | taskUi (self, title="Draft", extra=None, icon="Draft_Draft") |
def | textUi (self) |
def | toggleAngle (self, b) |
def | toggleConstrMode (self, checked) |
def | toggleContinue (self) |
def | togglenearsnap (self) |
def | toggleradius (self, val) |
def | togglesnap (self) |
def | trimUi (self, title=translate("draft","Trimex")) |
def | undoSegment (self) |
def | update_cartesian_coords (self) |
def | update_spherical_coords (self) |
def | updateSnapper (self) |
def | validateFile (self) |
def | validatePoint (self) |
def | validateSNumeric (self) |
def | validateSString (self) |
def | wipeLine (self) |
def | wireUi (self, title=translate("draft", "DWire"), cancel=None, extra=None, getcoords=None, rel=False, icon="Draft_Wire") |
The Draft Task panel UI Draft Toolbar is the main ui of the Draft Module. Once displayed as a toolbar, now it define the ui of the Task Panel. Toolbar become obsolete due to lack of manteinence and was disabled by default in February 2020. Draft Ui Commands call and get information such as point coordinates, subcommands activation, continue mode, etc. from Task Panel Ui
def DraftGui.DraftToolBar.Activated | ( | self | ) |
References DraftGui.DraftToolBar.draftWidget, DraftGui.DraftToolBar.setWatchers(), DraftGui.DraftToolBar.show(), DraftGui.DraftToolBar.taskmode, draftguitools.gui_shapestrings.ShapeString.taskmode, and DraftGui.DraftToolBar.tray.
Referenced by ArchStructure.CommandStructuralSystem.Activated(), draftguitools.gui_arcs.Arc.finish(), draftguitools.gui_beziers.BezCurve.finish(), draftguitools.gui_beziers.CubicBezCurve.finish(), draftguitools.gui_ellipses.Ellipse.finish(), draftguitools.gui_lines.Line.finish(), draftguitools.gui_mirror.Mirror.finish(), draftguitools.gui_move.Move.finish(), draftguitools.gui_polygons.Polygon.finish(), draftguitools.gui_rectangles.Rectangle.finish(), draftguitools.gui_rotate.Rotate.finish(), draftguitools.gui_splines.BSpline.finish(), draftguitools.gui_texts.Text.finish(), draftguitools.gui_points.Point.finish(), draftguitools.gui_shapestrings.ShapeString.finish(), draftguitools.gui_arcs.Arc_3Points.getPoint(), and ArchPanel.CommandPanel.getPoint().
def DraftGui.DraftToolBar.apply | ( | self | ) |
def DraftGui.DraftToolBar.arcUi | ( | self | ) |
References ArchPanel.CommandPanel.continueCmd, ArchStructure._CommandStructure.continueCmd, ArchWall._CommandWall.continueCmd, DraftGui.DraftToolBar.continueCmd, DraftGui.DraftToolBar.hide(), DraftGui.DraftToolBar.isRelative, MeshPart::Mesher.isRelative(), DraftGui.DraftToolBar.pointUi(), and DraftGui.DraftToolBar.show().
def DraftGui.DraftToolBar.changeAngleValue | ( | self, | |
d | |||
) |
References Gui::Dialog::Ui_Placement.angle, MeshGui::Ui_RemeshGmsh.angle, PartGui::Ui_DlgRevolution.angle, SoGestureSwipeEvent.angle, DraftGui.DraftToolBar.angle, draftguitools.gui_arcs.Arc.angle, draftguitools.gui_rotate.Rotate.angle, drafttaskpanels.task_polararray.TaskPanelPolarArray.angle, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.revolved_area_solid.angle, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.polar_complex_number_literal.angle, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.runout_zone_orientation.angle, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.revolved_face_solid.angle, automotive_design.revolved_area_solid.angle, automotive_design.runout_zone_orientation.angle, automotive_design.revolved_face_solid.angle, ifc2x3.ifcrevolvedareasolid.angle, ifc4.ifcrevolvedareasolid.angle, PartGui::DimensionAngular.angle, PartGui::ArcEngine.angle, PartDesign::Hole::CutDimensionSet.angle, Mod.PartDesign.fcgear.fcgeardialog.GearCreationFrame.angle, geoff_geometry::Span.angle, PathScripts.PathArray.PathArray.angle, GCS::ConstraintP2PAngle.angle(), GCS::ConstraintL2LAngle.angle(), GCS::ConstraintAngleViaPoint.angle(), Measure::Measurement.angle(), PathScripts.PathDressupDogbone.Bone.angle(), PathScripts.PathDressupHoldingTags.Tag.angle, PathScripts.PathDressupRampEntry.ObjectDressup.angle, PathScripts.PathDressupTag.TagSolid.angle, KDL::RotationalInterpolation_SingleAxis.angle, TechDraw::incidenceItem.angle, TechDraw::Ellipse.angle, DraftGui.DraftToolBar.angleLock, DraftGui.DraftToolBar.angleValue, DraftGui.DraftToolBar.avalue, DraftGui.DraftToolBar.globalMode, and DraftGui.DraftToolBar.update_cartesian_coords().
def DraftGui.DraftToolBar.changeEvent | ( | self, | |
event | |||
) |
References DraftGui.DraftToolBar.retranslateUi(), Gui::Dialog::Clipping::Private.ui, Gui::Dialog::DemoMode.ui, Gui::Dialog::DlgCustomActionsImp.ui, Gui::Dialog::IconDialog.ui, Gui::Dialog::DlgActivateWindowImp.ui, Gui::Dialog::DlgAddProperty.ui, Gui::Dialog::DlgCheckableMessageBoxPrivate.ui, Gui::Dialog::DlgCustomCommandsImp.ui, Gui::Dialog::DlgCreateNewPreferencePackImp.ui, Gui::Dialog::DlgCustomizeSpNavSettings.ui, Gui::Dialog::DlgDisplayPropertiesImp::Private.ui, Gui::Dialog::DlgSettingsEditorImp.ui, Gui::Dialog::DlgExpressionInput.ui, Gui::Dialog::DlgGeneralImp.ui, Gui::Dialog::DlgInputDialogImp.ui, Gui::Dialog::DlgCustomKeyboardImp.ui, Gui::Dialog::DlgMacroExecuteImp.ui, Gui::Dialog::DlgMacroRecordImp.ui, Gui::Dialog::DlgMaterialPropertiesImp.ui, Gui::DlgObjectSelection.ui, Gui::Dialog::DlgOnlineHelpImp.ui, Gui::Dialog::DlgParameterFind.ui, Gui::Dialog::DlgParameterImp.ui, Gui::Dialog::DlgPreferencePackManagementImp.ui, Gui::Dialog::DlgPreferencesImp.ui, Gui::Dialog::DlgProjectInformationImp.ui, Gui::Dialog::DlgProjectUtility.ui, Gui::Dialog::DlgPropertyLink.ui, Gui::Dialog::DlgReportViewImp.ui, Gui::Dialog::DlgRevertToBackupConfigImp.ui, Gui::Dialog::DlgRunExternal.ui, Gui::Dialog::DlgSettings3DViewImp.ui, Gui::Dialog::DlgSettingsCacheDirectory.ui, Gui::Dialog::DlgSettingsColorGradientImp.ui, Gui::Dialog::DlgSettingsDocumentImp.ui, Gui::Dialog::DlgSettingsImageImp.ui, Gui::Dialog::DlgSettingsLazyLoadedImp.ui, Gui::Dialog::DlgSettingsMacroImp.ui, Gui::Dialog::DlgSettingsNavigation.ui, Gui::Dialog::DlgSettingsPythonConsole.ui, Gui::Dialog::DlgSettingsSelection.ui, Gui::Dialog::DlgSettingsUnitsImp.ui, Gui::Dialog::DlgSettingsViewColor.ui, Gui::Dialog::DlgCustomToolbars.ui, Gui::Dialog::DlgUnitsCalculator.ui, Gui::Dialog::DlgWorkbenchesImp.ui, Gui::Dialog::DocumentRecoveryPrivate.ui, Gui::Dialog::DownloadManager.ui, Gui::LocationDialogImp< Ui >.ui, Gui::LocationImpUi< Ui >.ui, Gui::LocationDialogUiImp.ui, Gui::Dialog::Placement.ui, Gui::Dialog::DlgInspector.ui, Gui::Dialog::AboutDialog.ui, Gui::TaskBoxPosition.ui, Gui::TaskBoxAngle.ui, Gui::ElementColors::Private.ui, Gui::TaskView::TaskAppearance.ui, Gui::TaskView::TaskSelectLinkProperty.ui, Gui::Dialog::TextureMapping.ui, Gui::Dialog::Transform.ui, Gui::VectorListEditor.ui, Gui::CheckListDialog.ui, change_branch.ChangeBranchDialog.ui, package_details.PackageDetails.ui, package_list.PackageList.ui, package_list.CompactView.ui, package_list.ExpandedView.ui, draftguitools.gui_base_original.DraftTool.ui, draftguitools.gui_circulararray.CircularArray.ui, draftguitools.gui_edit.Edit.ui, draftguitools.gui_groups.AddToGroup.ui, draftguitools.gui_groups.SetAutoGroup.ui, draftguitools.gui_orthoarray.OrthoArray.ui, draftguitools.gui_polararray.PolarArray.ui, draftguitools.gui_snapper.Snapper.ui, DrawingGui::TaskOrthoViews.ui, FemGui::DlgSettingsFemCcxImp.ui, FemGui::DlgSettingsFemElmerImp.ui, FemGui::DlgSettingsFemExportAbaqusImp.ui, FemGui::DlgSettingsFemGeneralImp.ui, FemGui::DlgSettingsFemGmshImp.ui, FemGui::DlgSettingsFemInOutVtkImp.ui, FemGui::DlgSettingsFemMaterialImp.ui, FemGui::DlgSettingsFemMystranImp.ui, FemGui::DlgSettingsFemZ88Imp.ui, FemGui::TaskAnalysisInfo.ui, FemGui::TaskCreateNodeSet.ui, FemGui::TaskDriver.ui, FemGui::TaskFemConstraintBearing.ui, FemGui::TaskFemConstraintContact.ui, FemGui::TaskFemConstraintDisplacement.ui, FemGui::TaskFemConstraintFixed.ui, FemGui::TaskFemConstraintFluidBoundary.ui, FemGui::TaskFemConstraintForce.ui, FemGui::TaskFemConstraintHeatflux.ui, FemGui::TaskFemConstraintInitialTemperature.ui, FemGui::TaskFemConstraintPlaneRotation.ui, FemGui::TaskFemConstraintPressure.ui, FemGui::TaskFemConstraintSpring.ui, FemGui::TaskFemConstraintTemperature.ui, FemGui::TaskFemConstraintTransform.ui, FemGui::TaskObjectName.ui, FemGui::TaskPostDisplay.ui, FemGui::TaskPostClip.ui, FemGui::TaskPostDataAlongLine.ui, FemGui::TaskPostDataAtPoint.ui, FemGui::TaskPostScalarClip.ui, FemGui::TaskPostWarpVector.ui, FemGui::TaskPostCut.ui, FemGui::TaskTetParameter.ui, FemGui::PlaneWidget.ui, FemGui::SphereWidget.ui, ImageGui::ImageOrientationDialog.ui, InspectionGui::VisualInspection.ui, MeshGui::DlgDecimating.ui, MeshGui::DlgEvaluateMeshImp::Private.ui, MeshGui::DlgEvaluateSettings.ui, MeshGui::DlgRegularSolidImp.ui, MeshGui::DlgSettingsImportExport.ui, MeshGui::DlgSettingsMeshView.ui, MeshGui::DlgSmoothing.ui, MeshGui::GmshWidget::Private.ui, MeshGui::RemoveComponents.ui, MeshGui::Segmentation.ui, MeshGui::SegmentationBestFit.ui, MeshGui::Selection.ui, MeshPartGui::CrossSections.ui, MeshPartGui::CurveOnMeshWidget.ui, MeshPartGui::Tessellation.ui, PartGui::CrossSections.ui, PartGui::DlgBooleanOperation.ui, PartGui::DlgExtrusion.ui, PartGui::DlgFilletEdges.ui, PartGui::DlgPartImportIgesImp.ui, PartGui::DlgPartImportStepImp.ui, PartGui::DlgPrimitives.ui, PartGui::Location.ui, PartGui::DlgProjectionOnSurface.ui, PartGui::DlgRevolution.ui, PartGui::DlgSettings3DViewPart.ui, PartGui::DlgSettingsGeneral.ui, PartGui::DlgImportExportIges.ui, PartGui::DlgImportExportStep.ui, PartGui::DlgSettingsObjectColor.ui, PartGui::Mirroring.ui, PartGui::SectionCut.ui, PartGui::ShapeFromMesh.ui, PartGui::TaskAttacher.ui, PartGui::FaceColors::Private.ui, PartGui::LoftWidget::Private.ui, PartGui::OffsetWidget::Private.ui, PartGui::ShapeBuilderWidget::Private.ui, PartGui::SweepWidget::Private.ui, PartGui::ThicknessWidget::Private.ui, Mod.PartDesign.FeatureHole.TaskHole.TaskHole.ui, PartDesignGui::DlgActiveBody.ui, PartDesignGui::TaskBooleanParameters.ui, PartDesignGui::TaskChamferParameters.ui, PartDesignGui::TaskDraftParameters.ui, PartDesignGui::TaskExtrudeParameters.ui, PartDesignGui::TaskFeaturePick.ui, PartDesignGui::TaskFilletParameters.ui, PartDesignGui::TaskHelixParameters.ui, PartDesignGui::TaskHoleParameters.ui, PartDesignGui::TaskLinearPatternParameters.ui, PartDesignGui::TaskLoftParameters.ui, PartDesignGui::TaskMirroredParameters.ui, PartDesignGui::TaskMultiTransformParameters.ui, PartDesignGui::TaskPipeParameters.ui, PartDesignGui::TaskPipeOrientation.ui, PartDesignGui::TaskPipeScaling.ui, PartDesignGui::TaskPolarPatternParameters.ui, PartDesignGui::TaskBoxPrimitives.ui, PartDesignGui::TaskRevolutionParameters.ui, PartDesignGui::TaskScaledParameters.ui, PartDesignGui::TaskShapeBinder.ui, PartDesignGui::TaskThicknessParameters.ui, PartDesignGui::TaskTransformedMessages.ui, PathGui::DlgProcessorChooser.ui, PathGui::DlgSettingsPathColor.ui, PathGui::TaskWidgetPathCompound.ui, PointsGui::DlgPointsReadImp.ui, RaytracingGui::DlgSettingsRayImp.ui, ReenGui::FitBSplineSurfaceWidget::Private.ui, ReenGui::PoissonWidget::Private.ui, ReverseEngineeringGui::Segmentation.ui, ReverseEngineeringGui::SegmentationManual.ui, RobotGui::TaskEdge2TracParameter.ui, RobotGui::TaskRobot6Axis.ui, RobotGui::TaskRobotControl.ui, RobotGui::TaskRobotMessages.ui, RobotGui::TaskTrajectory.ui, RobotGui::TaskTrajectoryDressUpParameter.ui, RobotGui::TrajectorySimulate.ui, SketcherGui::ConstraintMultiFilterDialog.ui, SketcherGui::ConstraintSettingsDialog.ui, SketcherGui::SketcherRegularPolygonDialog.ui, SketcherGui::SketcherSettings.ui, SketcherGui::SketcherSettingsDisplay.ui, SketcherGui::SketcherSettingsColors.ui, SketcherGui::SketchMirrorDialog.ui, SketcherGui::SketchOrientationDialog.ui, SketcherGui::SketchRectangularArrayDialog.ui, SketcherGui::TaskSketcherConstraints.ui, SketcherGui::TaskSketcherElements.ui, SketcherGui::SketcherGeneralWidget.ui, SketcherGui::TaskSketcherMessages.ui, SketcherGui::TaskSketcherSolverAdvanced.ui, SketcherGui::SketcherValidation.ui, SpreadsheetGui::DlgBindSheet.ui, SpreadsheetGui::DlgSettingsImp.ui, SpreadsheetGui::DlgSheetConf.ui, SpreadsheetGui::PropertiesDialog.ui, SpreadsheetGui::SheetView.ui, StartGui::DlgStartPreferencesImp.ui, SurfaceGui::FillingPanel.ui, SurfaceGui::FillingEdgePanel.ui, SurfaceGui::FillingVertexPanel.ui, SurfaceGui::GeomFillSurface.ui, SurfaceGui::SectionsPanel.ui, TechDrawGui::DlgPageChooser.ui, TechDrawGui::DlgPrefsTechDrawAdvancedImp.ui, TechDrawGui::DlgPrefsTechDrawAnnotationImp.ui, TechDrawGui::DlgPrefsTechDrawColorsImp.ui, TechDrawGui::DlgPrefsTechDrawDimensionsImp.ui, TechDrawGui::DlgPrefsTechDrawGeneralImp.ui, TechDrawGui::DlgPrefsTechDrawHLRImp.ui, TechDrawGui::DlgPrefsTechDrawScaleImp.ui, TechDrawGui::DlgTemplateField.ui, TechDrawGui::SymbolChooser.ui, TechDrawGui::TaskActiveView.ui, TechDrawGui::TaskAlignViews.ui, TechDrawGui::TaskBalloon.ui, TechDrawGui::TaskCenterLine.ui, TechDrawGui::TaskCosmeticLine.ui, TechDrawGui::TaskCosVertex.ui, TechDrawGui::TaskCustomizeFormat.ui, TechDrawGui::TaskDetail.ui, TechDrawGui::TaskDimension.ui, TechDrawGui::TaskGeomHatch.ui, TechDrawGui::TaskHatch.ui, TechDrawGui::TaskLeaderLine.ui, TechDrawGui::TaskLineDecor.ui, TechDrawGui::TaskRestoreLines.ui, TechDrawGui::TaskLinkDim.ui, TechDrawGui::TaskProjection.ui, TechDrawGui::TaskProjGroup.ui, TechDrawGui::TaskRichAnno.ui, TechDrawGui::TaskSectionView.ui, TechDrawGui::TaskSelectLineAttributes.ui, TechDrawGui::TaskWeldingSymbol.ui, TechDrawTools.CommandMoveView.CommandMoveView.ui, TechDrawTools.CommandShareView.CommandShareView.ui, TaskPanel.TaskPanel.ui, and TestGui::UnitTestDialog.ui.
def DraftGui.DraftToolBar.changeLengthValue | ( | self, | |
d | |||
) |
References ArchWall._CommandWall.lengthValue, DraftGui.DraftToolBar.lengthValue, DraftGui.DraftToolBar.lvalue, and DraftGui.DraftToolBar.update_cartesian_coords().
def DraftGui.DraftToolBar.changePage | ( | self, | |
index | |||
) |
def DraftGui.DraftToolBar.changeRadiusValue | ( | self, | |
d | |||
) |
References Ui_SphereWidget.radius, PartGui::Ui_DlgPartCylinder.radius, e57::CylindricalRepresentation.radius, DraftGui.DraftToolBar.radius, draftguitools.gui_snapper.Snapper.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.polar_complex_number_literal.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.spherical_surface.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.swept_disk_solid.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_circular_cylinder.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.circle.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_circular_cone.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.sphere.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.cylindrical_surface.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.solid_with_constant_radius_edge_blend.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.conical_surface.radius, automotive_design.spherical_surface.radius, automotive_design.swept_disk_solid.radius, automotive_design.right_circular_cylinder.radius, automotive_design.circle.radius, automotive_design.right_circular_cone.radius, automotive_design.sphere.radius, automotive_design.cylindrical_surface.radius, automotive_design.conical_surface.radius, config_control_design.spherical_surface.radius, config_control_design.circle.radius, config_control_design.cylindrical_surface.radius, config_control_design.conical_surface.radius, ifc2x3.ifccranerailashapeprofiledef.radius, ifc2x3.ifcroundededgefeature.radius, ifc2x3.ifcrightcircularcylinder.radius, ifc2x3.ifccircleprofiledef.radius, ifc2x3.ifccranerailfshapeprofiledef.radius, ifc2x3.ifclightsourcepositional.radius, ifc2x3.ifcsweptdisksolid.radius, ifc2x3.ifccircle.radius, ifc2x3.ifcsphere.radius, ifc4.ifcsweptdisksolid.radius, ifc4.ifcrightcircularcylinder.radius, ifc4.ifccircleprofiledef.radius, ifc4.ifclightsourcepositional.radius, ifc4.ifccircle.radius, ifc4.ifccylindricalsurface.radius, ifc4.ifcsphere.radius, Inspection::DistanceInspection.radius, Measure::Measurement.radius(), MeshCore::CylinderSurfaceFit.radius, MeshCore::SphereSurfaceFit.radius, Part::TangentialArc.radius(), PartGui::DimensionAngular.radius, PartGui::ArcEngine.radius, geoff_geometry::Circle.radius, geoff_geometry::Span.radius, PathScripts.PathDressupAxisMap.TaskPanel.radius, PathScripts.PathDressupHoldingTags.Tag.radius, PathScripts.PathDressupTag.TagSolid.radius, PathScripts.PathOp.ObjectOp.radius, PathScripts.PathSurface.ObjectSurface.radius, PathScripts.PathSurfaceSupport.ProcessSelectedFaces.radius, PathScripts.PathWaterline.ObjectWaterline.radius, cSimTool.radius, KDL::Path_Circle.radius, KDL::Path_RoundedComposite.radius, ObjectObserver.radius, SketcherGui::DrawSketchHandler3PointArc.radius, SketcherGui::DrawSketchHandler3PointCircle.radius, SketcherGui::DrawSketchHandlerOblong.radius, TechDraw::arcPoints.radius, and TechDraw::Circle.radius.
def DraftGui.DraftToolBar.changeSSizeValue | ( | self, | |
d | |||
) |
References DraftGui.DraftToolBar.SSize.
def DraftGui.DraftToolBar.changeSTrackValue | ( | self, | |
d | |||
) |
References DraftGui.DraftToolBar.STrack.
def DraftGui.DraftToolBar.changeXValue | ( | self, | |
d | |||
) |
References DraftGui.DraftToolBar.update_spherical_coords(), e57::Translation.x, e57::Quaternion.x, R2.x, R3.x, uvPtStruct.x, XYZ.x, Base::DualQuat.x, Base::Vector2d.x, Base::Vector3< float >.x, Base::Vector3< double >.x, Base::Vector3< _Precision >.x, Gui::PropertyEditor::PropertyVectorItem.x, Gui::PropertyEditor::PropertyVectorDistanceItem.x, Gui::SelectionChanges.x, Gui::SelectionSingleton::SelObj.x, Gui::SelectionSingleton::_SelObj.x, Gui::DockWnd::SelectionView.x, DraftGui.DraftToolBar.x, importSVG.svgHandler.x, DrawingGui::orthoview.x, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_angular_wedge.x, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.block.x, automotive_design.right_angular_wedge.x, automotive_design.block.x, point3D.x, MeshCore::MeshFastBuilder::Private::Vertex.x, MeshCore::MeshGridIterator::GridElement.x, MeshCore::NODE.x, MeshPart::Vertex.x, MeshPartGui::MeshCrossSection.x, Part::MeshVertex.x, PartGui::DimSelections::DimSelection.x, Mod.PartDesign.Scripts.FilletArc.Vector.x, rotation_generator.refAxis.x, geoff_geometry::Point.x, geoff_geometry::Point3d.x, Point3D.x, KDL::Vector.x(), KDL::Vector2.x(), geoff_geometry::SpanVertex.x, Point.x, PathScripts.PathDressupHoldingTags.Tag.x, Plot.Line.x, Points::PointsGridIterator::GridElement.x, Param.x, GCS::Point.x, GCS::DeriVector2.x, TechDraw::Vertex.x(), Gui::LocationWidget.xValue, DraftGui.DraftToolBar.xValue, and drafttaskpanels.task_scale.ScaleTaskPanel.xValue.
def DraftGui.DraftToolBar.changeYValue | ( | self, | |
d | |||
) |
References DraftGui.DraftToolBar.update_spherical_coords(), e57::Translation.y, e57::Quaternion.y, R2.y, R3.y, uvPtStruct.y, XYZ.y, Base::DualQuat.y, Base::Vector2d.y, Base::Vector3< double >.y, Base::Vector3< _Precision >.y, Base::Vector3< float >.y, Gui::PropertyEditor::PropertyVectorItem.y, Gui::PropertyEditor::PropertyVectorDistanceItem.y, Gui::SelectionChanges.y, Gui::SelectionSingleton::SelObj.y, Gui::SelectionSingleton::_SelObj.y, Gui::DockWnd::SelectionView.y, DraftGui.DraftToolBar.y, importSVG.svgHandler.y, DrawingGui::orthoview.y, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_angular_wedge.y, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.block.y, automotive_design.right_angular_wedge.y, automotive_design.block.y, point3D.y, MeshCore::MeshFastBuilder::Private::Vertex.y, MeshCore::MeshGridIterator::GridElement.y, MeshCore::NODE.y, MeshPart::Vertex.y, MeshPartGui::MeshCrossSection.y, Part::MeshVertex.y, PartGui::DimSelections::DimSelection.y, Mod.PartDesign.Scripts.FilletArc.Vector.y, rotation_generator.refAxis.y, geoff_geometry::Point.y, geoff_geometry::Point3d.y, Point3D.y, Plot.Line.y, Points::PointsGridIterator::GridElement.y, KDL::Vector.y(), KDL::Vector2.y(), geoff_geometry::SpanVertex.y, Point.y, PathScripts.PathDressupHoldingTags.Tag.y, Param.y, GCS::Point.y, GCS::DeriVector2.y, TechDraw::Vertex.y(), Gui::LocationWidget.yValue, DraftGui.DraftToolBar.yValue, and drafttaskpanels.task_scale.ScaleTaskPanel.yValue.
def DraftGui.DraftToolBar.changeZValue | ( | self, | |
d | |||
) |
References DraftGui.DraftToolBar.update_spherical_coords(), e57::Translation.z, e57::Quaternion.z, R3.z, Multitype.z, XYZ.z, Base::DualQuat.z, Base::Vector3< double >.z, Base::Vector3< float >.z, Base::Vector3< _Precision >.z, Gui::PropertyEditor::PropertyVectorItem.z, Gui::PropertyEditor::PropertyVectorDistanceItem.z, Gui::SelectionChanges.z, Gui::SelectionSingleton::SelObj.z, Gui::SelectionSingleton::_SelObj.z, Gui::DockWnd::SelectionView.z, importSH3D.SH3DHandler.z, DraftGui.DraftToolBar.z, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.axis1_placement.z(), ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_angular_wedge.z, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.block.z, automotive_design.axis1_placement.z(), automotive_design.right_angular_wedge.z, automotive_design.block.z, config_control_design.axis1_placement.z(), point3D.z, ifc2x3.ifcaxis1placement.z(), ifc4.ifcaxis1placement.z(), MeshCore::MeshFastBuilder::Private::Vertex.z, MeshCore::MeshGridIterator::GridElement.z, MeshCore::NODE.z, MeshPart::Vertex.z, MeshPartGui::MeshCrossSection.z, Part::MeshVertex.z, PartGui::DimSelections::DimSelection.z, Mod.PartDesign.Scripts.FilletArc.Vector.z, rotation_generator.refAxis.z, geoff_geometry::Point3d.z, PathScripts.PathDressupHoldingTags.Tag.z, PathScripts.PathDressupTag.TagSolid.z, Point3D.z, Points::PointsGridIterator::GridElement.z, KDL::Vector.z(), Param.z, Gui::LocationWidget.zValue, DraftGui.DraftToolBar.zValue, and drafttaskpanels.task_scale.ScaleTaskPanel.zValue.
def DraftGui.DraftToolBar.checkEnterText | ( | self | ) |
this function checks if the entered text ends with two blank lines
References DraftGui.DraftToolBar.sendText(), and DraftGui.DraftToolBar.textValue.
def DraftGui.DraftToolBar.checklength | ( | self | ) |
def DraftGui.DraftToolBar.checkLocal | ( | self | ) |
checks if x,y,z coords must be displayed as local or global
References DraftGui.DraftToolBar.globalMode, DraftGui.DraftToolBar.labelx, DraftGui.DraftToolBar.labely, DraftGui.DraftToolBar.labelz, and DraftGui.DraftToolBar.relativeMode.
Referenced by DraftGui.DraftToolBar.pointUi(), DraftGui.DraftToolBar.redraw(), DraftGui.DraftToolBar.setGlobal(), and DraftGui.DraftToolBar.setRelative().
def DraftGui.DraftToolBar.checkSpecialChars | ( | self, | |
txt | |||
) |
checks for special characters in the entered coords that must be treated as shortcuts
References ArchIFCView.IfcContextUI.baseWidget, DraftGui.DraftToolBar.baseWidget, Gui::Dialog::Ui_DlgMacroExecute.closeButton, Gui::Dialog::Ui_DlgParameter.closeButton, Gui::Dialog::Ui_Placement.closeButton, Gui::Dialog::Ui_SceneInspector.closeButton, TestGui::Ui_UnitTest.closeButton, Gui::SearchBar.closeButton, DraftGui.DraftToolBar.closeButton, DraftGui.DraftToolBar.closeLine(), draftguitools.gui_base_original.DraftTool.constrain, draftguitools.gui_snapper.Snapper.constrain(), DraftGui.DraftToolBar.constrain(), ArchPanel.CommandPanel.continueCmd, ArchStructure._CommandStructure.continueCmd, ArchWall._CommandWall.continueCmd, DraftGui.DraftToolBar.continueCmd, DraftGui.DraftToolBar.displayPoint(), Gui::ManualAlignment.finish(), Gui::SoFCBoundingBox.finish(), Gui::SoFCColorBarBase.finish(), Gui::SoFCColorBar.finish(), Gui::SoFCColorGradient.finish(), Gui::SoFCColorLegend.finish(), Gui::SoFCDB.finish(), zipios::GZIPOutputStream.finish(), zipios::GZIPOutputStreambuf.finish(), zipios::ZipOutputStream.finish(), zipios::ZipOutputStreambuf.finish(), DraftGui.DraftToolBar.finish(), draftguitools.gui_base.GuiCommandBase.finish(), draftguitools.gui_subelements.SubelementHighlight.finish(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.finish(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.finish(), drafttaskpanels.task_polararray.TaskPanelPolarArray.finish(), drafttaskpanels.task_shapestring.ShapeStringTaskPanelEdit.finish(), draftviewproviders.view_text.ViewProviderText.finish(), draftguitools.gui_arcs.Arc_3Points.finish(), draftguitools.gui_base_original.DraftTool.finish(), draftguitools.gui_clone.Clone.finish(), draftguitools.gui_fillets.Fillet.finish(), draftguitools.gui_selectplane.Draft_SelectPlane.finish(), draftguitools.gui_dimensions.Dimension.finish(), draftguitools.gui_edit.Edit.finish(), draftguitools.gui_offset.Offset.finish(), draftguitools.gui_stretch.Stretch.finish(), draftguitools.gui_trimex.Trimex.finish(), draftguitools.gui_arcs.Arc.finish(), draftguitools.gui_beziers.BezCurve.finish(), draftguitools.gui_beziers.CubicBezCurve.finish(), draftguitools.gui_ellipses.Ellipse.finish(), draftguitools.gui_labels.Label.finish(), draftguitools.gui_lines.Line.finish(), draftguitools.gui_mirror.Mirror.finish(), draftguitools.gui_move.Move.finish(), draftguitools.gui_polygons.Polygon.finish(), draftguitools.gui_rectangles.Rectangle.finish(), draftguitools.gui_rotate.Rotate.finish(), draftguitools.gui_scale.Scale.finish(), draftguitools.gui_splines.BSpline.finish(), draftguitools.gui_texts.Text.finish(), draftguitools.gui_points.Point.finish(), draftguitools.gui_shapestrings.ShapeString.finish(), Gui::SoFCBackgroundGradient.finish(), Gui::SoSkipBoundingGroup.finish(), Gui::SoFCSelection.finish(), Gui::SoFCHighlightAction.finish(), Gui::SoFCSelectionAction.finish(), Gui::SoFCEnableSelectionAction.finish(), Gui::SoFCEnableHighlightAction.finish(), Gui::SoFCSelectionColorAction.finish(), Gui::SoFCHighlightColorAction.finish(), Gui::SoFCDocumentAction.finish(), Gui::SoFCDocumentObjectAction.finish(), Gui::SoUpdateVBOAction.finish(), Gui::SoFCUnifiedSelection.finish(), Gui::SoFCPathAnnotation.finish(), Gui::SoFCSeparator.finish(), Gui::SoFCSelectionRoot.finish(), ifc4.ifcworktime.finish, DraftGui.DraftToolBar.finishButton, DraftGui.DraftToolBar.globalMode, DraftGui.DraftToolBar.hasFill, DraftGui.DraftToolBar.input_fields, DraftGui.DraftToolBar.isCopy, drafttaskpanels.task_scale.ScaleTaskPanel.isCopy, DraftGui.DraftToolBar.isGlobal, WorkingPlane.Plane.isGlobal(), DraftGui.DraftToolBar.isRelative, MeshPart::Mesher.isRelative(), DraftGui.DraftToolBar.isSubelementMode, drafttaskpanels.task_scale.ScaleTaskPanel.isSubelementMode, DraftGui.DraftToolBar.orientWP(), draftguitools.gui_lines.Line.orientWP(), DraftGui.DraftToolBar.orientWPButton, DraftGui.DraftToolBar.relativeMode, DraftGui.DraftToolBar.selectEdge(), draftguitools.gui_dimensions.Dimension.selectEdge(), DraftGui.DraftToolBar.toggleContinue(), DraftGui.DraftToolBar.togglenearsnap(), DraftGui.DraftToolBar.toggleradius(), DraftGui.DraftToolBar.togglesnap(), DraftGui.DraftToolBar.updateSnapper(), DraftGui.DraftToolBar.wipeButton, Spreadsheet_legacy.SpreadsheetView.wipeButton, and DraftGui.DraftToolBar.wipeLine().
def DraftGui.DraftToolBar.checkx | ( | self | ) |
References DraftGui.DraftToolBar.checky(), DraftGui.DraftToolBar.number_length(), DraftGui.DraftToolBar.setFocus(), DraftGui.DraftToolBar.updateSnapper(), Gui::LocationWidget.yValue, DraftGui.DraftToolBar.yValue, and drafttaskpanels.task_scale.ScaleTaskPanel.yValue.
def DraftGui.DraftToolBar.checky | ( | self | ) |
References DraftGui.DraftToolBar.number_length(), DraftGui.DraftToolBar.setFocus(), DraftGui.DraftToolBar.updateSnapper(), DraftGui.DraftToolBar.validatePoint(), Gui::LocationWidget.zValue, DraftGui.DraftToolBar.zValue, and drafttaskpanels.task_scale.ScaleTaskPanel.zValue.
Referenced by DraftGui.DraftToolBar.checkx().
def DraftGui.DraftToolBar.circleUi | ( | self | ) |
def DraftGui.DraftToolBar.closeLine | ( | self | ) |
close button action
References DraftGui.DraftToolBar.finish(), DraftGui.DraftToolBar.sourceCmd, drafttaskpanels.task_scale.ScaleTaskPanel.sourceCmd, and drafttaskpanels.task_shapestring.ShapeStringTaskPanelCmd.sourceCmd.
Referenced by DraftGui.DraftToolBar.checkSpecialChars().
def DraftGui.DraftToolBar.constrain | ( | self, | |
val | |||
) |
References DraftGui.DraftToolBar.alock, DraftGui.DraftToolBar.angleLock, DraftGui.DraftToolBar.mask, draftguitools.gui_snapper.Snapper.mask, drafttaskpanels.task_circulararray.TaskPanelCircularArray.mask, and drafttaskpanels.task_polararray.TaskPanelPolarArray.mask.
Referenced by DraftGui.DraftToolBar.checkSpecialChars(), and draftguitools.gui_snapper.Snapper.cstr().
def DraftGui.DraftToolBar.cross | ( | self, | |
on = True |
|||
) |
deprecated
def DraftGui.DraftToolBar.Deactivated | ( | self | ) |
def DraftGui.DraftToolBar.displayPoint | ( | self, | |
point = None , |
|||
last = None , |
|||
plane = None , |
|||
mask = None |
|||
) |
this function displays the passed coords in the x, y, and z widgets
References DraftGui.DraftToolBar.angleValue, draftutils.units.displayExternal, DraftVecUtils.get_spherical_coords(), DraftGui.DraftToolBar.globalMode, DraftGui.DraftToolBar.isTaskOn, ArchWall._CommandWall.lengthValue, DraftGui.DraftToolBar.lengthValue, DraftGui.DraftToolBar.mask, draftguitools.gui_snapper.Snapper.mask, drafttaskpanels.task_circulararray.TaskPanelCircularArray.mask, drafttaskpanels.task_polararray.TaskPanelPolarArray.mask, DraftGui.DraftToolBar.relativeMode, TechDraw::GeometryObject.setFocus(), DraftGui.DraftToolBar.setFocus(), DraftGui.DraftToolBar.taskmode, draftguitools.gui_shapestrings.ShapeString.taskmode, Gui::LocationWidget.xValue, DraftGui.DraftToolBar.xValue, drafttaskpanels.task_scale.ScaleTaskPanel.xValue, Gui::LocationWidget.yValue, DraftGui.DraftToolBar.yValue, drafttaskpanels.task_scale.ScaleTaskPanel.yValue, Gui::LocationWidget.zValue, DraftGui.DraftToolBar.zValue, and drafttaskpanels.task_scale.ScaleTaskPanel.zValue.
Referenced by DraftGui.DraftToolBar.checkSpecialChars().
def DraftGui.DraftToolBar.drawPage | ( | self | ) |
def DraftGui.DraftToolBar.editUi | ( | self, | |
mode = None |
|||
) |
References Gui::Dialog::Ui_DlgMacroExecute.closeButton, Gui::Dialog::Ui_DlgParameter.closeButton, Gui::Dialog::Ui_Placement.closeButton, Gui::Dialog::Ui_SceneInspector.closeButton, TestGui::Ui_UnitTest.closeButton, Gui::SearchBar.closeButton, DraftGui.DraftToolBar.closeButton, DraftGui.DraftToolBar.hasFill, DraftGui.DraftToolBar.hide(), DraftGui.DraftToolBar.hideXYZ(), DraftGui.DraftToolBar.lastMode, DraftGui.DraftToolBar.numFaces, Fem::FemMesh::FemMeshInfo.numFaces, DraftGui.DraftToolBar.show(), and DraftGui.DraftToolBar.taskUi().
def DraftGui.DraftToolBar.escape | ( | self | ) |
escapes the current command
References ArchPanel.CommandPanel.continueCmd, ArchStructure._CommandStructure.continueCmd, ArchWall._CommandWall.continueCmd, DraftGui.DraftToolBar.continueCmd, SketcherGui::Ui_SketcherSettingsDisplay.continueMode, DraftGui.DraftToolBar.continueMode, Gui::ManualAlignment.finish(), Gui::SoFCBoundingBox.finish(), Gui::SoFCColorBarBase.finish(), Gui::SoFCColorBar.finish(), Gui::SoFCColorGradient.finish(), Gui::SoFCColorLegend.finish(), Gui::SoFCDB.finish(), zipios::GZIPOutputStream.finish(), zipios::GZIPOutputStreambuf.finish(), zipios::ZipOutputStream.finish(), zipios::ZipOutputStreambuf.finish(), DraftGui.DraftToolBar.finish(), draftguitools.gui_base.GuiCommandBase.finish(), draftguitools.gui_subelements.SubelementHighlight.finish(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.finish(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.finish(), drafttaskpanels.task_polararray.TaskPanelPolarArray.finish(), drafttaskpanels.task_shapestring.ShapeStringTaskPanelEdit.finish(), draftviewproviders.view_text.ViewProviderText.finish(), draftguitools.gui_arcs.Arc_3Points.finish(), draftguitools.gui_base_original.DraftTool.finish(), draftguitools.gui_clone.Clone.finish(), draftguitools.gui_fillets.Fillet.finish(), draftguitools.gui_selectplane.Draft_SelectPlane.finish(), draftguitools.gui_dimensions.Dimension.finish(), draftguitools.gui_edit.Edit.finish(), draftguitools.gui_offset.Offset.finish(), draftguitools.gui_stretch.Stretch.finish(), draftguitools.gui_trimex.Trimex.finish(), draftguitools.gui_arcs.Arc.finish(), draftguitools.gui_beziers.BezCurve.finish(), draftguitools.gui_beziers.CubicBezCurve.finish(), draftguitools.gui_ellipses.Ellipse.finish(), draftguitools.gui_labels.Label.finish(), draftguitools.gui_lines.Line.finish(), draftguitools.gui_mirror.Mirror.finish(), draftguitools.gui_move.Move.finish(), draftguitools.gui_polygons.Polygon.finish(), draftguitools.gui_rectangles.Rectangle.finish(), draftguitools.gui_rotate.Rotate.finish(), draftguitools.gui_scale.Scale.finish(), draftguitools.gui_splines.BSpline.finish(), draftguitools.gui_texts.Text.finish(), draftguitools.gui_points.Point.finish(), draftguitools.gui_shapestrings.ShapeString.finish(), Gui::SoFCBackgroundGradient.finish(), Gui::SoSkipBoundingGroup.finish(), Gui::SoFCSelection.finish(), Gui::SoFCHighlightAction.finish(), Gui::SoFCSelectionAction.finish(), Gui::SoFCEnableSelectionAction.finish(), Gui::SoFCEnableHighlightAction.finish(), Gui::SoFCSelectionColorAction.finish(), Gui::SoFCHighlightColorAction.finish(), Gui::SoFCDocumentAction.finish(), Gui::SoFCDocumentObjectAction.finish(), Gui::SoUpdateVBOAction.finish(), Gui::SoFCUnifiedSelection.finish(), Gui::SoFCPathAnnotation.finish(), Gui::SoFCSeparator.finish(), Gui::SoFCSelectionRoot.finish(), ifc4.ifcworktime.finish, DraftGui.DraftToolBar.taskmode, and draftguitools.gui_shapestrings.ShapeString.taskmode.
Referenced by PathScripts.PathGetPoint.TaskPanel.addEscapeShortcut(), and PathScripts.PathGetPoint.TaskPanel.removeEscapeShortcut().
def DraftGui.DraftToolBar.extraLineUi | ( | self | ) |
shows length and angle controls
References DraftGui.DraftToolBar.angleLock, DraftGui.DraftToolBar.angleValue, DraftGui.DraftToolBar.labelangle, DraftGui.DraftToolBar.labellength, ArchWall._CommandWall.lengthValue, DraftGui.DraftToolBar.lengthValue, and DraftGui.DraftToolBar.show().
Referenced by DraftGui.DraftToolBar.lineUi().
def DraftGui.DraftToolBar.extraUi | ( | self | ) |
def DraftGui.DraftToolBar.extUi | ( | self | ) |
References ArchPanel.CommandPanel.continueCmd, ArchStructure._CommandStructure.continueCmd, ArchWall._CommandWall.continueCmd, DraftGui.DraftToolBar.continueCmd, DraftGui.DraftToolBar.hasFill, and DraftGui.DraftToolBar.show().
Referenced by DraftGui.DraftToolBar.circleUi().
def DraftGui.DraftToolBar.finish | ( | self | ) |
finish button action
References e57::ImageFile.cancel(), e57::ImageFileImpl.cancel(), PendingLine.cancel(), Gui::ManualAlignment.cancel(), Gui::Dialog::PropertyPage.cancel(), PathScripts.PathCamoticsGui.CamoticsSimulation.cancel(), PathScripts.PathSimulatorGui.PathSimulation.cancel(), Gui::MacroManager.cancel(), DraftGui.DraftToolBar.cancel, DraftGui.DraftToolBar.finish(), DraftGui.DraftToolBar.sourceCmd, drafttaskpanels.task_scale.ScaleTaskPanel.sourceCmd, and drafttaskpanels.task_shapestring.ShapeStringTaskPanelCmd.sourceCmd.
Referenced by drafttaskpanels.task_circulararray.TaskPanelCircularArray.accept(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.accept(), drafttaskpanels.task_polararray.TaskPanelPolarArray.accept(), draftguitools.gui_arcs.Arc.action(), draftguitools.gui_beziers.BezCurve.action(), draftguitools.gui_beziers.CubicBezCurve.action(), draftguitools.gui_dimensions.Dimension.action(), draftguitools.gui_ellipses.Ellipse.action(), draftguitools.gui_fillets.Fillet.action(), draftguitools.gui_labels.Label.action(), draftguitools.gui_lines.Line.action(), draftguitools.gui_mirror.Mirror.action(), draftguitools.gui_move.Move.action(), draftguitools.gui_offset.Offset.action(), draftguitools.gui_polygons.Polygon.action(), draftguitools.gui_rectangles.Rectangle.action(), draftguitools.gui_rotate.Rotate.action(), draftguitools.gui_scale.Scale.action(), draftguitools.gui_selectplane.Draft_SelectPlane.action(), draftguitools.gui_shapestrings.ShapeString.action(), draftguitools.gui_splines.BSpline.action(), draftguitools.gui_split.Split.action(), draftguitools.gui_stretch.Stretch.action(), draftguitools.gui_texts.Text.action(), draftguitools.gui_trimex.Trimex.action(), draftguitools.gui_subelements.SubelementHighlight.action(), draftguitools.gui_clone.Clone.Activated(), draftguitools.gui_dimensions.Dimension.Activated(), draftguitools.gui_downgrade.Downgrade.Activated(), draftguitools.gui_draft2sketch.Draft2Sketch.Activated(), draftguitools.gui_edit.Edit.Activated(), draftguitools.gui_facebinders.Facebinder.Activated(), draftguitools.gui_join.Join.Activated(), draftguitools.gui_shape2dview.Shape2DView.Activated(), draftguitools.gui_subelements.SubelementHighlight.Activated(), draftguitools.gui_upgrade.Upgrade.Activated(), draftguitools.gui_wire2spline.WireToBSpline.Activated(), draftguitools.gui_selectplane.Draft_SelectPlane.checkSelection(), DraftGui.DraftToolBar.checkSpecialChars(), draftguitools.gui_points.Point.click(), DraftGui.DraftToolBar.closeLine(), draftguitools.gui_labels.Label.create(), draftguitools.gui_ellipses.Ellipse.createObject(), draftguitools.gui_rectangles.Rectangle.createObject(), draftguitools.gui_shapestrings.ShapeString.createObject(), draftguitools.gui_texts.Text.createObject(), draftviewproviders.view_text.ViewProviderText.createObject(), draftguitools.gui_stretch.Stretch.doStretch(), draftguitools.gui_arcs.Arc.drawArc(), draftguitools.gui_polygons.Polygon.drawPolygon(), DraftGui.DraftToolBar.escape(), DraftGui.DraftToolBar.finish(), draftguitools.gui_move.Move.get_object_selection(), draftguitools.gui_rotate.Rotate.get_object_selection(), draftguitools.gui_scale.Scale.get_object_selection(), draftguitools.gui_arcs.Arc_3Points.getPoint(), draftguitools.gui_edit.Edit.keyPressed(), draftguitools.gui_dimensions.Dimension.numericInput(), draftguitools.gui_trimex.Trimex.numericRadius(), draftguitools.gui_fillets.Fillet.numericRadius(), draftguitools.gui_offset.Offset.numericRadius(), draftguitools.gui_rotate.Rotate.numericRadius(), draftguitools.gui_selectplane.Draft_SelectPlane.onClickAlign(), draftguitools.gui_selectplane.Draft_SelectPlane.onClickAuto(), draftguitools.gui_selectplane.Draft_SelectPlane.onClickCenter(), draftguitools.gui_selectplane.Draft_SelectPlane.onClickFront(), draftguitools.gui_selectplane.Draft_SelectPlane.onClickMove(), draftguitools.gui_selectplane.Draft_SelectPlane.onClickPrevious(), draftguitools.gui_selectplane.Draft_SelectPlane.onClickSide(), draftguitools.gui_selectplane.Draft_SelectPlane.onClickTop(), draftguitools.gui_array_simple.Array.proceed(), draftguitools.gui_clone.Clone.proceed(), draftguitools.gui_downgrade.Downgrade.proceed(), draftguitools.gui_draft2sketch.Draft2Sketch.proceed(), draftguitools.gui_edit.Edit.proceed(), draftguitools.gui_facebinders.Facebinder.proceed(), draftguitools.gui_join.Join.proceed(), draftguitools.gui_patharray.PathArray.proceed(), draftguitools.gui_pathtwistedarray.PathTwistedArray.proceed(), draftguitools.gui_pointarray.PointArray.proceed(), draftguitools.gui_shape2dview.Shape2DView.proceed(), draftguitools.gui_subelements.SubelementHighlight.proceed(), draftguitools.gui_trimex.Trimex.proceed(), draftguitools.gui_upgrade.Upgrade.proceed(), draftguitools.gui_split.Split.proceed(), draftguitools.gui_selectplane.Draft_SelectPlane.reject(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.reject(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.reject(), drafttaskpanels.task_polararray.TaskPanelPolarArray.reject(), and draftguitools.gui_edit.Edit.setTrackers().
def DraftGui.DraftToolBar.getcol | ( | self | ) |
opens a color picker dialog
References UNV2411::TRecord.color, UNV2412::TRecord.color, Gui::SoRegPoint.color, Gui::RDragger.color, Gui::SyntaxHighlighter.color(), Gui::ColorButton.color, ArchPanel.ViewProviderPanelCut.color, ArchPanel.ViewProviderPanelSheet.color, ArchSite._ViewProviderSite.color, ArchSpace._ViewProviderSpace.color, DraftGui.DraftToolBar.color, draftguitools.gui_trackers.Tracker.color, draftguitools.gui_trackers.editTracker.color, draftguitools.gui_trimex.Trimex.color, draftviewproviders.view_dimension.ViewProviderLinearDimension.color, draftviewproviders.view_dimension.ViewProviderAngularDimension.color, importSVG.svgHandler.color, PathScripts.PathDressupTagGui.HoldingTagMarker.color, ColorPickerItem.color(), ColorPickerPopup.color(), QtColorPicker.color(), PathScripts.PathDressupDogbone.Marker.color(), TechDraw::CosmeticVertex.color, TechDrawGui::lineAttributes.color, FeaturePython.ViewProviderOctahedron.color, Mod.Test.unittestgui.ProgressBar.color, Gui::Dialog::Ui_DlgEditorSettings.colorButton, and PartGui::Ui_TaskFaceColors.colorButton.
def DraftGui.DraftToolBar.getDefaultColor | ( | self, | |
type, | |||
rgb = False |
|||
) |
gets color from the preferences or toolbar
References UNV2411::TRecord.color, UNV2412::TRecord.color, Gui::SoRegPoint.color, Gui::RDragger.color, ColorPickerItem.color(), Gui::SyntaxHighlighter.color(), Gui::ColorButton.color, ArchPanel.ViewProviderPanelCut.color, ArchPanel.ViewProviderPanelSheet.color, ArchSite._ViewProviderSite.color, ArchSpace._ViewProviderSpace.color, DraftGui.DraftToolBar.color, draftguitools.gui_trackers.Tracker.color, draftguitools.gui_trackers.editTracker.color, draftguitools.gui_trimex.Trimex.color, draftviewproviders.view_dimension.ViewProviderLinearDimension.color, draftviewproviders.view_dimension.ViewProviderAngularDimension.color, importSVG.svgHandler.color, ColorPickerPopup.color(), QtColorPicker.color(), PathScripts.PathDressupDogbone.Marker.color(), PathScripts.PathDressupTagGui.HoldingTagMarker.color, TechDraw::CosmeticVertex.color, TechDrawGui::lineAttributes.color, FeaturePython.ViewProviderOctahedron.color, and Mod.Test.unittestgui.ProgressBar.color.
Referenced by DraftGui.DraftToolBar.setupStyle().
def DraftGui.DraftToolBar.getfacecol | ( | self | ) |
opens a color picker dialog
References DraftGui.DraftToolBar.facecolor.
def DraftGui.DraftToolBar.getIcon | ( | self, | |
iconpath | |||
) |
def DraftGui.DraftToolBar.getXPM | ( | self, | |
iconname, | |||
size = 16 |
|||
) |
def DraftGui.DraftToolBar.hide | ( | self | ) |
References DraftGui.DraftToolBar.draftWidget, DraftGui.DraftToolBar.taskmode, and draftguitools.gui_shapestrings.ShapeString.taskmode.
Referenced by ArchComponent.ArchSelectionObserver.addSelection(), DraftGui.DraftToolBar.arcUi(), DraftGui.DraftToolBar.circleUi(), DraftGui.DraftToolBar.Deactivated(), DraftGui.DraftToolBar.editUi(), Mod.Show.mTempoVis.TempoVis.hide_all_dependencies(), Mod.Show.mTempoVis.TempoVis.hide_all_dependent(), DraftGui.DraftToolBar.hideXYZ(), DraftGui.DraftToolBar.offUi(), DraftGui.DraftToolBar.rotateSetCenterUi(), PathScripts.PathToolEdit.ToolEditorImage.setupUI(), DraftGui.DraftToolBar.SFileUi(), DraftGui.DraftToolBar.SSizeUi(), DraftGui.DraftToolBar.SSUi(), DraftGui.DraftToolBar.STrackUi(), and PathScripts.PathToolEdit.ToolEditorImage.updateTool().
def DraftGui.DraftToolBar.hideXYZ | ( | self | ) |
turn off all the point entry widgets
References DraftGui.DraftToolBar.angleLock, DraftGui.DraftToolBar.angleValue, DraftGui.DraftToolBar.hide(), DraftGui.DraftToolBar.isGlobal, WorkingPlane.Plane.isGlobal(), DraftGui.DraftToolBar.isRelative, MeshPart::Mesher.isRelative(), DraftGui.DraftToolBar.labelangle, DraftGui.DraftToolBar.labellength, DraftGui.DraftToolBar.labelx, DraftGui.DraftToolBar.labely, DraftGui.DraftToolBar.labelz, ArchWall._CommandWall.lengthValue, DraftGui.DraftToolBar.lengthValue, DraftGui.DraftToolBar.pointButton, Gui::LocationWidget.xValue, DraftGui.DraftToolBar.xValue, drafttaskpanels.task_scale.ScaleTaskPanel.xValue, Gui::LocationWidget.yValue, DraftGui.DraftToolBar.yValue, drafttaskpanels.task_scale.ScaleTaskPanel.yValue, Gui::LocationWidget.zValue, DraftGui.DraftToolBar.zValue, and drafttaskpanels.task_scale.ScaleTaskPanel.zValue.
Referenced by DraftGui.DraftToolBar.editUi(), DraftGui.DraftToolBar.offUi(), DraftGui.DraftToolBar.radiusUi(), DraftGui.DraftToolBar.SSUi(), DraftGui.DraftToolBar.switchUi(), and DraftGui.DraftToolBar.textUi().
def DraftGui.DraftToolBar.isConstructionMode | ( | self | ) |
def DraftGui.DraftToolBar.labelUi | ( | self, | |
title = translate("draft","Label") , |
|||
callback = None |
|||
) |
References draftobjects.label.get_label_types(), and DraftGui.DraftToolBar.pointUi().
def DraftGui.DraftToolBar.lineUi | ( | self, | |
title = translate("draft", "Line") , |
|||
cancel = None , |
|||
extra = None , |
|||
getcoords = None , |
|||
rel = False , |
|||
icon = "Draft_Line" |
|||
) |
References ArchPanel.CommandPanel.continueCmd, ArchStructure._CommandStructure.continueCmd, ArchWall._CommandWall.continueCmd, DraftGui.DraftToolBar.continueCmd, DraftGui.DraftToolBar.extraLineUi(), DraftGui.DraftToolBar.pointUi(), DraftGui.DraftToolBar.show(), Gui::LocationWidget.xValue, DraftGui.DraftToolBar.xValue, drafttaskpanels.task_scale.ScaleTaskPanel.xValue, Gui::LocationWidget.yValue, DraftGui.DraftToolBar.yValue, and drafttaskpanels.task_scale.ScaleTaskPanel.yValue.
def DraftGui.DraftToolBar.makeDumbTask | ( | self, | |
extra = None , |
|||
on_close_call = None |
|||
) |
create a dumb taskdialog to prevent deleting the temp object
References Gui::Dialog::PreferenceUiForm.form, ArchAxis._AxisTaskPanel.form, ArchAxisSystem.AxisSystemTaskPanel.form, ArchCommands.SurveyTaskPanel.form, ArchComponent.ComponentTaskPanel.form, ArchCutPlane._CutPlaneTaskPanel.form, ArchGrid.ArchGridTaskPanel.form, ArchIFCView.IfcContextUI.form, ArchMaterial._ArchMaterialTaskPanel.form, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchPanel.SheetTaskPanel.form, ArchPanel.NestTaskPanel.form, ArchPrecast._PrecastTaskPanel.form, ArchPrecast._DentsTaskPanel.form, ArchProfile.ProfileTaskPanel.form, ArchReference.ArchReferenceTaskPanel.form, ArchRoof._RoofTaskPanel.form, ArchSchedule.ArchScheduleTaskPanel.form, ArchSectionPlane.SectionPlaneTaskPanel.form, ArchStructure.StructureTaskPanel.form, ArchWindow._ArchWindowTaskPanel.form, DraftGui.DraftTaskPanel.form, DraftGui.DraftToolBar.form, DraftGui.FacebinderTaskPanel.form, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form, draftguitools.gui_groups.Ui_AddNamedGroup.form, draftguitools.gui_hatch.Draft_Hatch_TaskPanel.form, draftguitools.gui_setstyle.Draft_SetStyle_TaskPanel.form, drafttaskpanels.task_circulararray.TaskPanelCircularArray.form, drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form, drafttaskpanels.task_polararray.TaskPanelPolarArray.form, drafttaskpanels.task_scale.ScaleTaskPanel.form, drafttaskpanels.task_selectplane.SelectPlaneTaskPanel.form, drafttaskpanels.task_shapestring.ShapeStringTaskPanel.form, feminout.importFenicsMesh.WriteXDMFTaskPanel.form, femsolver.elmer.equations.equation._TaskPanel.form, femsolver.solver_taskpanel.ControlTaskPanel.form, femtaskpanels.task_constraint_centrif._TaskPanel.form, femtaskpanels.task_constraint_electrostaticpotential._TaskPanel.form, femtaskpanels.task_constraint_flowvelocity._TaskPanel.form, femtaskpanels.task_constraint_initialflowvelocity._TaskPanel.form, femtaskpanels.task_constraint_sectionprint._TaskPanel.form, femtaskpanels.task_constraint_tie._TaskPanel.form, femtaskpanels.task_element_fluid1D._TaskPanel.form, femtaskpanels.task_element_geometry1D._TaskPanel.form, femtaskpanels.task_element_geometry2D._TaskPanel.form, femtaskpanels.task_element_rotation1D._TaskPanel.form, femtaskpanels.task_material_common._TaskPanel.form, femtaskpanels.task_material_reinforced._TaskPanel.form, femtaskpanels.task_mesh_boundarylayer._TaskPanel.form, femtaskpanels.task_mesh_gmsh._TaskPanel.form, femtaskpanels.task_mesh_group._TaskPanel.form, femtaskpanels.task_mesh_region._TaskPanel.form, femtaskpanels.task_result_mechanical._TaskPanel.form, femtaskpanels.task_solver_ccxtools._TaskPanel.form, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.tolerance_zone.form, automotive_design.tolerance_zone.form, OpenSCADCommands.AddSCADTask.form, OpenSCADCommands.OpenSCADMeshBooleanTask.form, AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.form, BasicShapes.ViewProviderShapes.TaskTubeUI.form, Mod.PartDesign.FeatureHole.TaskHole.TaskHole.form, Mod.PartDesign.InvoluteGearFeature._InvoluteGearTaskPanel.form, Mod.PartDesign.SprocketFeature.SprocketTaskPanel.form, Mod.PartDesign.WizardShaft.WizardShaft.TaskWizardShaft.form, PathPythonGui.simple_edit_panel.SimpleEditPanel.form, PathScripts.PathCamoticsGui.CAMoticsUI.form, PathScripts.PathDressupAxisMap.TaskPanel.form, PathScripts.PathDressupDogbone.TaskPanel.form, PathScripts.PathDressupDragknife.TaskPanel.form, PathScripts.PathDressupPathBoundaryGui.TaskPanel.form, PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.form, PathScripts.PathDressupTagPreferences.HoldingTagPreferences.form, PathScripts.PathDressupZCorrect.TaskPanel.form, PathScripts.PathJobGui.StockEdit.form, PathScripts.PathJobGui.TaskPanel.form, PathScripts.PathOpGui.TaskPanelPage.form, PathScripts.PathOpGui.TaskPanel.form, PathScripts.PathPreferencesAdvanced.AdvancedPreferencesPage.form, PathScripts.PathPreferencesPathDressup.DressupPreferencesPage.form, PathScripts.PathPreferencesPathJob.JobPreferencesPage.form, PathScripts.PathPropertyBagGui.PropertyCreate.form, PathScripts.PathPropertyBagGui.TaskPanel.form, PathScripts.PathSetupSheetGui.OpTaskPanel.form, PathScripts.PathSetupSheetGui.OpsDefaultEditor.form, PathScripts.PathSetupSheetGui.GlobalEditor.form, PathScripts.PathSetupSheetGui.TaskPanel.form, PathScripts.PathSimulatorGui.CAMSimTaskUi.form, PathScripts.PathToolBitEdit.ToolBitEditor.form, PathScripts.PathToolBitGui.TaskPanel.form, PathScripts.PathToolBitLibraryGui.ToolBitSelector.form, PathScripts.PathToolBitLibraryGui.ToolBitLibrary.form, PathScripts.PathToolControllerGui.ToolControllerEditor.form, PathScripts.PathToolControllerGui.TaskPanel.form, PathScripts.PathToolEdit.ToolEditorDefault.form, PathScripts.PathToolEdit.ToolEditorImage.form, PathScripts.PathToolEdit.ToolEditor.form, PathScripts.PathToolLibraryEditor.EditorPanel.form, SketcherGui::SketcherSettings.form, TechDrawTools.TaskMoveView.TaskMoveView.form, TechDrawTools.TaskShareView.TaskShareView.form, TaskPanel.TaskPanel.form, TaskPanel.TaskCalendar.form, and TaskPanel.TaskManyTaskBoxes.form.
Referenced by DraftGui.DraftToolBar.selectUi().
def DraftGui.DraftToolBar.modUi | ( | self | ) |
References ArchPanel.CommandPanel.continueCmd, ArchStructure._CommandStructure.continueCmd, ArchWall._CommandWall.continueCmd, DraftGui.DraftToolBar.continueCmd, DraftGui.DraftToolBar.isCopy, drafttaskpanels.task_scale.ScaleTaskPanel.isCopy, DraftGui.DraftToolBar.isSubelementMode, drafttaskpanels.task_scale.ScaleTaskPanel.isSubelementMode, and DraftGui.DraftToolBar.show().
Referenced by DraftGui.DraftToolBar.rotateSetCenterUi().
def DraftGui.DraftToolBar.number_length | ( | self, | |
str | |||
) |
def DraftGui.DraftToolBar.offsetUi | ( | self | ) |
def DraftGui.DraftToolBar.offUi | ( | self | ) |
References ArchIFCView.IfcContextUI.baseWidget, DraftGui.DraftToolBar.baseWidget, e57::ImageFile.cancel(), e57::ImageFileImpl.cancel(), PendingLine.cancel(), Gui::ManualAlignment.cancel(), Gui::Dialog::PropertyPage.cancel(), DraftGui.DraftToolBar.cancel, PathScripts.PathCamoticsGui.CamoticsSimulation.cancel(), PathScripts.PathSimulatorGui.PathSimulation.cancel(), Gui::MacroManager.cancel(), DraftGui.DraftToolBar.chooserButton, Gui::Dialog::Ui_DlgMacroExecute.closeButton, Gui::Dialog::Ui_DlgParameter.closeButton, Gui::Dialog::Ui_Placement.closeButton, Gui::Dialog::Ui_SceneInspector.closeButton, TestGui::Ui_UnitTest.closeButton, Gui::SearchBar.closeButton, DraftGui.DraftToolBar.closeButton, ArchPanel.CommandPanel.continueCmd, ArchStructure._CommandStructure.continueCmd, ArchWall._CommandWall.continueCmd, DraftGui.DraftToolBar.continueCmd, DraftGui.DraftToolBar.FFileValue, DraftGui.DraftToolBar.finishButton, DraftGui.DraftToolBar.hasFill, DraftGui.DraftToolBar.hide(), DraftGui.DraftToolBar.hideXYZ(), DraftGui.DraftToolBar.isCopy, drafttaskpanels.task_scale.ScaleTaskPanel.isCopy, DraftGui.DraftToolBar.isTaskOn, DraftGui.DraftToolBar.labelFFile, PartGui::Ui_DlgFilletEdges.labelRadius, DraftGui.DraftToolBar.labelRadius, DraftGui.DraftToolBar.labelSSize, DraftGui.DraftToolBar.labelSString, DraftGui.DraftToolBar.labelSTrack, DraftGui.DraftToolBar.labelx, DraftGui.DraftToolBar.mask, draftguitools.gui_snapper.Snapper.mask, drafttaskpanels.task_circulararray.TaskPanelCircularArray.mask, drafttaskpanels.task_polararray.TaskPanelPolarArray.mask, DraftGui.DraftToolBar.numFaces, Fem::FemMesh::FemMeshInfo.numFaces, DraftGui.DraftToolBar.numFacesLabel, DraftGui.DraftToolBar.occOffset, DraftGui.DraftToolBar.orientWPButton, DraftGui.DraftToolBar.pointcallback, DraftGui.DraftToolBar.radiusValue, PartGui::Ui_TaskShapeBuilder.selectButton, Gui::Dialog::ButtonView.selectButton(), DraftGui.DraftToolBar.selectButton, PathScripts.PathOpGui.TaskPanelPage.setTitle(), DraftGui.DraftToolBar.setTitle(), DraftGui.DraftToolBar.sourceCmd, drafttaskpanels.task_scale.ScaleTaskPanel.sourceCmd, drafttaskpanels.task_shapestring.ShapeStringTaskPanelCmd.sourceCmd, DraftGui.DraftToolBar.SSizeValue, DraftGui.DraftToolBar.SStringValue, DraftGui.DraftToolBar.STrackValue, DraftGui.DraftToolBar.taskmode, draftguitools.gui_shapestrings.ShapeString.taskmode, DraftGui.DraftToolBar.textOkButton, DraftGui.DraftToolBar.textValue, DraftGui.DraftToolBar.undoButton, DraftGui.DraftToolBar.wipeButton, and Spreadsheet_legacy.SpreadsheetView.wipeButton.
def DraftGui.DraftToolBar.orientWP | ( | self | ) |
reorients the current working plane
References DraftGui.DraftToolBar.orientWP(), DraftGui.DraftToolBar.sourceCmd, drafttaskpanels.task_scale.ScaleTaskPanel.sourceCmd, and drafttaskpanels.task_shapestring.ShapeStringTaskPanelCmd.sourceCmd.
Referenced by DraftGui.DraftToolBar.checkSpecialChars(), and DraftGui.DraftToolBar.orientWP().
def DraftGui.DraftToolBar.pickFile | ( | self | ) |
invoke a font file chooser dialog and send result to ShapeString to
References ArchIFCView.IfcContextUI.baseWidget, DraftGui.DraftToolBar.baseWidget, DraftGui.DraftToolBar.chooserButton, DraftGui.DraftToolBar.FFileValue, DraftGui.DraftToolBar.sourceCmd, drafttaskpanels.task_scale.ScaleTaskPanel.sourceCmd, and drafttaskpanels.task_shapestring.ShapeStringTaskPanelCmd.sourceCmd.
def DraftGui.DraftToolBar.pointUi | ( | self, | |
title = translate("draft","Point") , |
|||
cancel = None , |
|||
extra = None , |
|||
getcoords = None , |
|||
rel = False , |
|||
icon = "Draft_Draft" |
|||
) |
References e57::ImageFile.cancel(), e57::ImageFileImpl.cancel(), PendingLine.cancel(), Gui::ManualAlignment.cancel(), Gui::Dialog::PropertyPage.cancel(), DraftGui.DraftToolBar.cancel, PathScripts.PathCamoticsGui.CamoticsSimulation.cancel(), PathScripts.PathSimulatorGui.PathSimulation.cancel(), Gui::MacroManager.cancel(), DraftGui.DraftToolBar.checkLocal(), DraftGui.DraftToolBar.isGlobal, WorkingPlane.Plane.isGlobal(), DraftGui.DraftToolBar.isRelative, MeshPart::Mesher.isRelative(), DraftGui.DraftToolBar.labelx, DraftGui.DraftToolBar.labely, DraftGui.DraftToolBar.labelz, DraftGui.DraftToolBar.pointButton, DraftGui.DraftToolBar.pointcallback, TechDraw::GeometryObject.setFocus(), DraftGui.DraftToolBar.setFocus(), DraftGui.DraftToolBar.show(), DraftGui.DraftToolBar.taskUi(), e57::Translation.x, e57::Quaternion.x, R2.x, R3.x, uvPtStruct.x, XYZ.x, Base::DualQuat.x, Base::Vector2d.x, Base::Vector3< double >.x, Base::Vector3< float >.x, Base::Vector3< _Precision >.x, Gui::PropertyEditor::PropertyVectorItem.x, Gui::PropertyEditor::PropertyVectorDistanceItem.x, Gui::SelectionChanges.x, Gui::SelectionSingleton::SelObj.x, Gui::SelectionSingleton::_SelObj.x, Gui::DockWnd::SelectionView.x, DraftGui.DraftToolBar.x, importSVG.svgHandler.x, DrawingGui::orthoview.x, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_angular_wedge.x, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.block.x, automotive_design.right_angular_wedge.x, automotive_design.block.x, point3D.x, MeshCore::MeshFastBuilder::Private::Vertex.x, MeshCore::MeshGridIterator::GridElement.x, MeshCore::NODE.x, MeshPart::Vertex.x, MeshPartGui::MeshCrossSection.x, Part::MeshVertex.x, PartGui::DimSelections::DimSelection.x, Mod.PartDesign.Scripts.FilletArc.Vector.x, rotation_generator.refAxis.x, geoff_geometry::Point.x, geoff_geometry::Point3d.x, Point.x, PathScripts.PathDressupHoldingTags.Tag.x, Point3D.x, Plot.Line.x, Points::PointsGridIterator::GridElement.x, Param.x, GCS::Point.x, GCS::DeriVector2.x, TechDraw::Vertex.x(), KDL::Vector.x(), KDL::Vector2.x(), geoff_geometry::SpanVertex.x, Gui::LocationWidget.xValue, DraftGui.DraftToolBar.xValue, drafttaskpanels.task_scale.ScaleTaskPanel.xValue, e57::Translation.y, e57::Quaternion.y, R2.y, R3.y, uvPtStruct.y, XYZ.y, Base::DualQuat.y, Base::Vector2d.y, Base::Vector3< double >.y, Base::Vector3< float >.y, Base::Vector3< _Precision >.y, Gui::PropertyEditor::PropertyVectorItem.y, Gui::PropertyEditor::PropertyVectorDistanceItem.y, Gui::SelectionChanges.y, Gui::SelectionSingleton::SelObj.y, Gui::SelectionSingleton::_SelObj.y, Gui::DockWnd::SelectionView.y, DraftGui.DraftToolBar.y, importSVG.svgHandler.y, DrawingGui::orthoview.y, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_angular_wedge.y, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.block.y, automotive_design.right_angular_wedge.y, automotive_design.block.y, point3D.y, MeshCore::MeshFastBuilder::Private::Vertex.y, MeshCore::MeshGridIterator::GridElement.y, MeshCore::NODE.y, MeshPart::Vertex.y, MeshPartGui::MeshCrossSection.y, Part::MeshVertex.y, PartGui::DimSelections::DimSelection.y, Mod.PartDesign.Scripts.FilletArc.Vector.y, rotation_generator.refAxis.y, geoff_geometry::Point.y, geoff_geometry::Point3d.y, geoff_geometry::SpanVertex.y, Point.y, PathScripts.PathDressupHoldingTags.Tag.y, Point3D.y, Plot.Line.y, Points::PointsGridIterator::GridElement.y, Param.y, GCS::Point.y, GCS::DeriVector2.y, TechDraw::Vertex.y(), KDL::Vector.y(), KDL::Vector2.y(), Gui::LocationWidget.yValue, DraftGui.DraftToolBar.yValue, drafttaskpanels.task_scale.ScaleTaskPanel.yValue, e57::Translation.z, e57::Quaternion.z, R3.z, Multitype.z, XYZ.z, Base::DualQuat.z, Base::Vector3< float >.z, Base::Vector3< _Precision >.z, Base::Vector3< double >.z, Gui::PropertyEditor::PropertyVectorItem.z, Gui::PropertyEditor::PropertyVectorDistanceItem.z, Gui::SelectionChanges.z, Gui::SelectionSingleton::SelObj.z, Gui::SelectionSingleton::_SelObj.z, Gui::DockWnd::SelectionView.z, importSH3D.SH3DHandler.z, DraftGui.DraftToolBar.z, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.axis1_placement.z(), ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_angular_wedge.z, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.block.z, automotive_design.axis1_placement.z(), automotive_design.right_angular_wedge.z, automotive_design.block.z, config_control_design.axis1_placement.z(), point3D.z, ifc2x3.ifcaxis1placement.z(), ifc4.ifcaxis1placement.z(), MeshCore::MeshFastBuilder::Private::Vertex.z, MeshCore::MeshGridIterator::GridElement.z, MeshCore::NODE.z, MeshPart::Vertex.z, MeshPartGui::MeshCrossSection.z, Part::MeshVertex.z, PartGui::DimSelections::DimSelection.z, Mod.PartDesign.Scripts.FilletArc.Vector.z, rotation_generator.refAxis.z, geoff_geometry::Point3d.z, PathScripts.PathDressupHoldingTags.Tag.z, PathScripts.PathDressupTag.TagSolid.z, Point3D.z, Points::PointsGridIterator::GridElement.z, KDL::Vector.z(), Param.z, Gui::LocationWidget.zValue, DraftGui.DraftToolBar.zValue, and drafttaskpanels.task_scale.ScaleTaskPanel.zValue.
Referenced by DraftGui.DraftToolBar.arcUi(), DraftGui.DraftToolBar.circleUi(), DraftGui.DraftToolBar.labelUi(), DraftGui.DraftToolBar.lineUi(), DraftGui.DraftToolBar.rotateSetCenterUi(), and DraftGui.DraftToolBar.wireUi().
def DraftGui.DraftToolBar.popupMenu | ( | self, | |
llist, | |||
ilist = None , |
|||
pos = None |
|||
) |
pops up a menu filled with the given list
def DraftGui.DraftToolBar.popupTriggered | ( | self, | |
action | |||
) |
def DraftGui.DraftToolBar.radiusUi | ( | self | ) |
def DraftGui.DraftToolBar.redraw | ( | self | ) |
utility function that is performed after each clicked point
References DraftGui.DraftToolBar.checkLocal().
Referenced by draftguitools.gui_trimex.Trimex.trimObject().
def DraftGui.DraftToolBar.relocate | ( | self | ) |
relocates the right-aligned buttons depending on the toolbar size
References ArchIFCView.IfcContextUI.baseWidget, DraftGui.DraftToolBar.baseWidget, Gui::Dialog::DlgCustomizeImp.layout, and DraftGui.DraftToolBar.layout.
def DraftGui.DraftToolBar.reset_ui_values | ( | self | ) |
Method to reset task panel values
References Gui::Dialog::Ui_Placement.angle, MeshGui::Ui_RemeshGmsh.angle, PartGui::Ui_DlgRevolution.angle, SoGestureSwipeEvent.angle, DraftGui.DraftToolBar.angle, draftguitools.gui_arcs.Arc.angle, draftguitools.gui_rotate.Rotate.angle, drafttaskpanels.task_polararray.TaskPanelPolarArray.angle, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.revolved_area_solid.angle, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.polar_complex_number_literal.angle, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.runout_zone_orientation.angle, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.revolved_face_solid.angle, automotive_design.revolved_area_solid.angle, automotive_design.runout_zone_orientation.angle, automotive_design.revolved_face_solid.angle, ifc2x3.ifcrevolvedareasolid.angle, ifc4.ifcrevolvedareasolid.angle, Measure::Measurement.angle(), PartGui::DimensionAngular.angle, PartGui::ArcEngine.angle, PartDesign::Hole::CutDimensionSet.angle, Mod.PartDesign.fcgear.fcgeardialog.GearCreationFrame.angle, geoff_geometry::Span.angle, PathScripts.PathArray.PathArray.angle, PathScripts.PathDressupHoldingTags.Tag.angle, PathScripts.PathDressupRampEntry.ObjectDressup.angle, PathScripts.PathDressupTag.TagSolid.angle, KDL::RotationalInterpolation_SingleAxis.angle, GCS::ConstraintP2PAngle.angle(), GCS::ConstraintL2LAngle.angle(), GCS::ConstraintAngleViaPoint.angle(), PathScripts.PathDressupDogbone.Bone.angle(), TechDraw::incidenceItem.angle, TechDraw::Ellipse.angle, DraftGui.DraftToolBar.avalue, DraftGui.DraftToolBar.lvalue, e57::ScaledIntegerNode.offset(), e57::E57XmlParser::ParseInfo.offset, e57::ScaledIntegerNodeImpl.offset(), StackWalker::CallstackEntry.offset, Py::seqref< T >.offset, StdCmdFreezeViews.offset, Gui::SoFCSelectionRoot::Stack.offset, DraftGui.DraftToolBar.offset, draftguitools.gui_trackers.archDimTracker.offset, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.relative_event_occurrence.offset, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.parallel_offset.offset, automotive_design.relative_event_occurrence.offset, automotive_design.parallel_offset.offset, gzip_utf8.GzipFile.offset, Mesh::MeshObject.offset(), MeshPart::MeshAlgos.offset(), PartGui::OffsetWidget::Private.offset, IslandAndOffset.offset, KDL::Joint.offset, zipios::EndOfCentralDirectory.offset(), DraftGui.DraftToolBar.pvalue, Ui_SphereWidget.radius, PartGui::Ui_DlgPartCylinder.radius, e57::CylindricalRepresentation.radius, DraftGui.DraftToolBar.radius, draftguitools.gui_snapper.Snapper.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.polar_complex_number_literal.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.spherical_surface.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.swept_disk_solid.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_circular_cylinder.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.circle.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_circular_cone.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.sphere.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.cylindrical_surface.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.solid_with_constant_radius_edge_blend.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.conical_surface.radius, automotive_design.spherical_surface.radius, automotive_design.swept_disk_solid.radius, automotive_design.right_circular_cylinder.radius, automotive_design.circle.radius, automotive_design.right_circular_cone.radius, automotive_design.sphere.radius, automotive_design.cylindrical_surface.radius, automotive_design.conical_surface.radius, config_control_design.spherical_surface.radius, config_control_design.circle.radius, config_control_design.cylindrical_surface.radius, config_control_design.conical_surface.radius, ifc2x3.ifccranerailashapeprofiledef.radius, ifc2x3.ifcroundededgefeature.radius, ifc2x3.ifcrightcircularcylinder.radius, ifc2x3.ifccircleprofiledef.radius, ifc2x3.ifccranerailfshapeprofiledef.radius, ifc2x3.ifclightsourcepositional.radius, ifc2x3.ifcsweptdisksolid.radius, ifc2x3.ifccircle.radius, ifc2x3.ifcsphere.radius, ifc4.ifcsweptdisksolid.radius, ifc4.ifcrightcircularcylinder.radius, ifc4.ifccircleprofiledef.radius, ifc4.ifclightsourcepositional.radius, ifc4.ifccircle.radius, ifc4.ifccylindricalsurface.radius, ifc4.ifcsphere.radius, Inspection::DistanceInspection.radius, Measure::Measurement.radius(), MeshCore::CylinderSurfaceFit.radius, MeshCore::SphereSurfaceFit.radius, Part::TangentialArc.radius(), PartGui::DimensionAngular.radius, PartGui::ArcEngine.radius, geoff_geometry::Circle.radius, geoff_geometry::Span.radius, PathScripts.PathDressupAxisMap.TaskPanel.radius, PathScripts.PathDressupHoldingTags.Tag.radius, PathScripts.PathDressupTag.TagSolid.radius, PathScripts.PathOp.ObjectOp.radius, PathScripts.PathSurface.ObjectSurface.radius, PathScripts.PathSurfaceSupport.ProcessSelectedFaces.radius, PathScripts.PathWaterline.ObjectWaterline.radius, cSimTool.radius, KDL::Path_Circle.radius, KDL::Path_RoundedComposite.radius, ObjectObserver.radius, SketcherGui::DrawSketchHandler3PointArc.radius, SketcherGui::DrawSketchHandler3PointCircle.radius, SketcherGui::DrawSketchHandlerOblong.radius, TechDraw::arcPoints.radius, TechDraw::Circle.radius, e57::Translation.x, e57::Quaternion.x, R2.x, R3.x, uvPtStruct.x, XYZ.x, Base::DualQuat.x, Base::Vector2d.x, Base::Vector3< double >.x, Base::Vector3< _Precision >.x, Base::Vector3< float >.x, Gui::PropertyEditor::PropertyVectorItem.x, Gui::PropertyEditor::PropertyVectorDistanceItem.x, Gui::SelectionChanges.x, Gui::SelectionSingleton::SelObj.x, Gui::SelectionSingleton::_SelObj.x, Gui::DockWnd::SelectionView.x, DraftGui.DraftToolBar.x, importSVG.svgHandler.x, DrawingGui::orthoview.x, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_angular_wedge.x, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.block.x, automotive_design.right_angular_wedge.x, automotive_design.block.x, point3D.x, MeshCore::MeshFastBuilder::Private::Vertex.x, MeshCore::MeshGridIterator::GridElement.x, MeshCore::NODE.x, MeshPart::Vertex.x, MeshPartGui::MeshCrossSection.x, Part::MeshVertex.x, PartGui::DimSelections::DimSelection.x, Mod.PartDesign.Scripts.FilletArc.Vector.x, rotation_generator.refAxis.x, geoff_geometry::Point.x, geoff_geometry::Point3d.x, geoff_geometry::SpanVertex.x, Point.x, PathScripts.PathDressupHoldingTags.Tag.x, Point3D.x, Plot.Line.x, Points::PointsGridIterator::GridElement.x, TechDraw::Vertex.x(), KDL::Vector.x(), KDL::Vector2.x(), Param.x, GCS::Point.x, GCS::DeriVector2.x, e57::Translation.y, e57::Quaternion.y, R2.y, R3.y, uvPtStruct.y, XYZ.y, Base::DualQuat.y, Base::Vector2d.y, Base::Vector3< double >.y, Base::Vector3< _Precision >.y, Base::Vector3< float >.y, Gui::PropertyEditor::PropertyVectorItem.y, Gui::PropertyEditor::PropertyVectorDistanceItem.y, Gui::SelectionChanges.y, Gui::SelectionSingleton::SelObj.y, Gui::SelectionSingleton::_SelObj.y, Gui::DockWnd::SelectionView.y, DraftGui.DraftToolBar.y, importSVG.svgHandler.y, DrawingGui::orthoview.y, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_angular_wedge.y, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.block.y, automotive_design.right_angular_wedge.y, automotive_design.block.y, point3D.y, MeshCore::MeshFastBuilder::Private::Vertex.y, MeshCore::MeshGridIterator::GridElement.y, MeshCore::NODE.y, MeshPart::Vertex.y, MeshPartGui::MeshCrossSection.y, Part::MeshVertex.y, PartGui::DimSelections::DimSelection.y, Mod.PartDesign.Scripts.FilletArc.Vector.y, rotation_generator.refAxis.y, geoff_geometry::Point.y, geoff_geometry::Point3d.y, Point.y, PathScripts.PathDressupHoldingTags.Tag.y, Point3D.y, Plot.Line.y, Points::PointsGridIterator::GridElement.y, TechDraw::Vertex.y(), KDL::Vector.y(), KDL::Vector2.y(), geoff_geometry::SpanVertex.y, Param.y, GCS::Point.y, GCS::DeriVector2.y, e57::Translation.z, e57::Quaternion.z, R3.z, Multitype.z, XYZ.z, Base::DualQuat.z, Base::Vector3< _Precision >.z, Base::Vector3< double >.z, Base::Vector3< float >.z, Gui::PropertyEditor::PropertyVectorItem.z, Gui::PropertyEditor::PropertyVectorDistanceItem.z, Gui::SelectionChanges.z, Gui::SelectionSingleton::SelObj.z, Gui::SelectionSingleton::_SelObj.z, Gui::DockWnd::SelectionView.z, importSH3D.SH3DHandler.z, DraftGui.DraftToolBar.z, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.axis1_placement.z(), ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_angular_wedge.z, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.block.z, automotive_design.axis1_placement.z(), automotive_design.right_angular_wedge.z, automotive_design.block.z, config_control_design.axis1_placement.z(), point3D.z, ifc2x3.ifcaxis1placement.z(), ifc4.ifcaxis1placement.z(), MeshCore::MeshFastBuilder::Private::Vertex.z, MeshCore::MeshGridIterator::GridElement.z, MeshCore::NODE.z, MeshPart::Vertex.z, MeshPartGui::MeshCrossSection.z, Part::MeshVertex.z, PartGui::DimSelections::DimSelection.z, Mod.PartDesign.Scripts.FilletArc.Vector.z, rotation_generator.refAxis.z, geoff_geometry::Point3d.z, PathScripts.PathDressupHoldingTags.Tag.z, PathScripts.PathDressupTag.TagSolid.z, Point3D.z, Points::PointsGridIterator::GridElement.z, KDL::Vector.z(), and Param.z.
Referenced by DraftGui.DraftToolBar.taskUi().
def DraftGui.DraftToolBar.retranslateTray | ( | self, | |
widget = None |
|||
) |
def DraftGui.DraftToolBar.retranslateUi | ( | self, | |
widget = None |
|||
) |
References DraftGui.DraftToolBar.angleLock, DraftGui.DraftToolBar.angleValue, DraftGui.DraftToolBar.chooserButton, Gui::Dialog::Ui_DlgMacroExecute.closeButton, Gui::Dialog::Ui_DlgParameter.closeButton, Gui::Dialog::Ui_Placement.closeButton, Gui::Dialog::Ui_SceneInspector.closeButton, TestGui::Ui_UnitTest.closeButton, Gui::SearchBar.closeButton, DraftGui.DraftToolBar.closeButton, DraftGui.DraftToolBar.cmdlabel, ArchPanel.CommandPanel.continueCmd, ArchStructure._CommandStructure.continueCmd, ArchWall._CommandWall.continueCmd, DraftGui.DraftToolBar.continueCmd, DraftGui.DraftToolBar.finishButton, DraftGui.DraftToolBar.hasFill, DraftGui.DraftToolBar.isCopy, drafttaskpanels.task_scale.ScaleTaskPanel.isCopy, DraftGui.DraftToolBar.isGlobal, WorkingPlane.Plane.isGlobal(), DraftGui.DraftToolBar.isRelative, MeshPart::Mesher.isRelative(), DraftGui.DraftToolBar.isSubelementMode, drafttaskpanels.task_scale.ScaleTaskPanel.isSubelementMode, DraftGui.DraftToolBar.labelangle, DraftGui.DraftToolBar.labelFFile, DraftGui.DraftToolBar.labellength, PartGui::Ui_DlgFilletEdges.labelRadius, DraftGui.DraftToolBar.labelRadius, DraftGui.DraftToolBar.labelSSize, DraftGui.DraftToolBar.labelSString, DraftGui.DraftToolBar.labelSTrack, DraftGui.DraftToolBar.labelx, DraftGui.DraftToolBar.labely, DraftGui.DraftToolBar.labelz, Gui::Dialog::DlgCustomizeImp.layout, DraftGui.DraftToolBar.layout, ArchWall._CommandWall.lengthValue, DraftGui.DraftToolBar.lengthValue, DraftGui.DraftToolBar.numFaces, Fem::FemMesh::FemMeshInfo.numFaces, DraftGui.DraftToolBar.numFacesLabel, DraftGui.DraftToolBar.occOffset, DraftGui.DraftToolBar.orientWPButton, DraftGui.DraftToolBar.pointButton, DraftGui.DraftToolBar.promptlabel, DraftGui.DraftToolBar.radiusValue, DraftGui.DraftToolBar.retranslateTray(), PartGui::Ui_TaskShapeBuilder.selectButton, Gui::Dialog::ButtonView.selectButton(), DraftGui.DraftToolBar.selectButton, DraftGui.DraftToolBar.SSizeValue, DraftGui.DraftToolBar.SStringValue, DraftGui.DraftToolBar.STrackValue, DraftGui.DraftToolBar.textOkButton, DraftGui.DraftToolBar.undoButton, DraftGui.DraftToolBar.wipeButton, Spreadsheet_legacy.SpreadsheetView.wipeButton, Gui::LocationWidget.xValue, DraftGui.DraftToolBar.xValue, drafttaskpanels.task_scale.ScaleTaskPanel.xValue, Gui::LocationWidget.yValue, DraftGui.DraftToolBar.yValue, drafttaskpanels.task_scale.ScaleTaskPanel.yValue, Gui::LocationWidget.zValue, DraftGui.DraftToolBar.zValue, and drafttaskpanels.task_scale.ScaleTaskPanel.zValue.
Referenced by ArchGrid.ArchGridTaskPanel.addColumn(), ArchGrid.ArchGridTaskPanel.addRow(), DraftGui.DraftToolBar.changeEvent(), ArchGrid.ArchGridTaskPanel.delColumn(), ArchGrid.ArchGridTaskPanel.delRow(), DraftGui.DraftToolBar.taskUi(), ArchAxisSystem.AxisSystemTaskPanel.update(), ArchComponent.ComponentTaskPanel.update(), ArchSectionPlane.SectionPlaneTaskPanel.update(), and DraftGui.FacebinderTaskPanel.update().
def DraftGui.DraftToolBar.rotateSetCenterUi | ( | self | ) |
def DraftGui.DraftToolBar.runAutoGroup | ( | self | ) |
def DraftGui.DraftToolBar.selectEdge | ( | self | ) |
allows the dimension command to select an edge
References DraftGui.DraftToolBar.selectEdge(), DraftGui.DraftToolBar.sourceCmd, drafttaskpanels.task_scale.ScaleTaskPanel.sourceCmd, and drafttaskpanels.task_shapestring.ShapeStringTaskPanelCmd.sourceCmd.
Referenced by DraftGui.DraftToolBar.checkSpecialChars(), and DraftGui.DraftToolBar.selectEdge().
def DraftGui.DraftToolBar.selectplane | ( | self | ) |
def DraftGui.DraftToolBar.selectUi | ( | self, | |
extra = None , |
|||
on_close_call = None |
|||
) |
def DraftGui.DraftToolBar.sendText | ( | self | ) |
this function sends the entered text to the active draft command if enter has been pressed twice. Otherwise it blanks the line.
References DraftGui.DraftToolBar.sourceCmd, drafttaskpanels.task_scale.ScaleTaskPanel.sourceCmd, drafttaskpanels.task_shapestring.ShapeStringTaskPanelCmd.sourceCmd, and DraftGui.DraftToolBar.textValue.
Referenced by DraftGui.DraftToolBar.checkEnterText().
def DraftGui.DraftToolBar.setAutoGroup | ( | self, | |
value = None |
|||
) |
def DraftGui.DraftToolBar.setContinue | ( | self, | |
val | |||
) |
References ArchPanel.CommandPanel.continueCmd, ArchStructure._CommandStructure.continueCmd, ArchWall._CommandWall.continueCmd, DraftGui.DraftToolBar.continueCmd, SketcherGui::Ui_SketcherSettingsDisplay.continueMode, and DraftGui.DraftToolBar.continueMode.
Referenced by ArchStructure.CommandStructuralSystem.Activated().
def DraftGui.DraftToolBar.setCopymode | ( | self, | |
val = 0 |
|||
) |
def DraftGui.DraftToolBar.setFill | ( | self, | |
val | |||
) |
References DraftGui.DraftToolBar.fillmode, and DraftGui.DraftToolBar.hasFill.
def DraftGui.DraftToolBar.setFocus | ( | self, | |
f = None |
|||
) |
References DraftGui.DraftToolBar.angleLock, ArchWall._CommandWall.lengthValue, DraftGui.DraftToolBar.lengthValue, DraftGui.DraftToolBar.number_length(), DraftGui.DraftToolBar.radiusValue, DraftGui.DraftToolBar.setFocus(), Gui::LocationWidget.xValue, DraftGui.DraftToolBar.xValue, drafttaskpanels.task_scale.ScaleTaskPanel.xValue, Gui::LocationWidget.yValue, DraftGui.DraftToolBar.yValue, drafttaskpanels.task_scale.ScaleTaskPanel.yValue, Gui::LocationWidget.zValue, DraftGui.DraftToolBar.zValue, and drafttaskpanels.task_scale.ScaleTaskPanel.zValue.
Referenced by DraftGui.DraftToolBar.checklength(), DraftGui.DraftToolBar.checkx(), DraftGui.DraftToolBar.checky(), DraftGui.DraftToolBar.displayPoint(), DraftGui.DraftToolBar.pointUi(), DraftGui.DraftToolBar.setFocus(), DraftGui.DraftToolBar.setNextFocus(), and DraftGui.DraftToolBar.setRadiusValue().
def DraftGui.DraftToolBar.setfontsize | ( | self, | |
val | |||
) |
def DraftGui.DraftToolBar.setGlobal | ( | self, | |
val = 0 |
|||
) |
References DraftGui.DraftToolBar.checkLocal(), and DraftGui.DraftToolBar.globalMode.
def DraftGui.DraftToolBar.setNextFocus | ( | self | ) |
References DraftGui.DraftToolBar.isTaskOn, DraftGui.DraftToolBar.radiusValue, TechDraw::GeometryObject.setFocus(), DraftGui.DraftToolBar.setFocus(), DraftGui.DraftToolBar.taskmode, draftguitools.gui_shapestrings.ShapeString.taskmode, Gui::LocationWidget.xValue, DraftGui.DraftToolBar.xValue, drafttaskpanels.task_scale.ScaleTaskPanel.xValue, Gui::LocationWidget.yValue, DraftGui.DraftToolBar.yValue, drafttaskpanels.task_scale.ScaleTaskPanel.yValue, Gui::LocationWidget.zValue, DraftGui.DraftToolBar.zValue, and drafttaskpanels.task_scale.ScaleTaskPanel.zValue.
def DraftGui.DraftToolBar.setRadiusValue | ( | self, | |
val, | |||
unit = None |
|||
) |
def DraftGui.DraftToolBar.setRelative | ( | self, | |
val = 1 |
|||
) |
References DraftGui.DraftToolBar.checkLocal(), and DraftGui.DraftToolBar.relativeMode.
def DraftGui.DraftToolBar.setstyle | ( | self | ) |
def DraftGui.DraftToolBar.setStyleButton | ( | self | ) |
References UNV2411::TRecord.color, UNV2412::TRecord.color, Gui::SoRegPoint.color, Gui::RDragger.color, Gui::SyntaxHighlighter.color(), Gui::ColorButton.color, ArchPanel.ViewProviderPanelCut.color, ArchPanel.ViewProviderPanelSheet.color, ArchSite._ViewProviderSite.color, ArchSpace._ViewProviderSpace.color, DraftGui.DraftToolBar.color, draftguitools.gui_trackers.Tracker.color, draftguitools.gui_trackers.editTracker.color, draftguitools.gui_trimex.Trimex.color, draftviewproviders.view_dimension.ViewProviderLinearDimension.color, draftviewproviders.view_dimension.ViewProviderAngularDimension.color, importSVG.svgHandler.color, PathScripts.PathDressupTagGui.HoldingTagMarker.color, ColorPickerItem.color(), ColorPickerPopup.color(), QtColorPicker.color(), PathScripts.PathDressupDogbone.Marker.color(), TechDraw::CosmeticVertex.color, TechDrawGui::lineAttributes.color, FeaturePython.ViewProviderOctahedron.color, Mod.Test.unittestgui.ProgressBar.color, DraftGui.DraftToolBar.facecolor, SoVectorizeText.fontsize, DraftGui.DraftToolBar.fontsize, ifc2x3.ifctextstylefontmodel.fontsize, ifc4.ifctextstylefontmodel.fontsize, DraftGui.DraftToolBar.linewidth, and DraftGui.DraftToolBar.styleButton.
def DraftGui.DraftToolBar.setSubelementMode | ( | self | ) |
def DraftGui.DraftToolBar.setTitle | ( | self, | |
title, | |||
icon = "Draft_Draft" |
|||
) |
References ArchIFCView.IfcContextUI.baseWidget, DraftGui.DraftToolBar.baseWidget, DraftGui.DraftToolBar.cmdlabel, DraftGui.DraftToolBar.taskmode, and draftguitools.gui_shapestrings.ShapeString.taskmode.
Referenced by PathScripts.PathFeatureExtensionsGui.TaskPanelExtensionPage.initPage(), PathScripts.PathProfileGui.TaskPanelOpPage.initPage(), PathScripts.PathSurfaceGui.TaskPanelOpPage.initPage(), PathScripts.PathWaterlineGui.TaskPanelOpPage.initPage(), and DraftGui.DraftToolBar.offUi().
def DraftGui.DraftToolBar.setupStyle | ( | self | ) |
def DraftGui.DraftToolBar.setupToolBar | ( | self, | |
task = False |
|||
) |
sets the draft toolbar up
Referenced by DraftGui.DraftToolBar.taskUi().
def DraftGui.DraftToolBar.setupTray | ( | self | ) |
sets draft tray buttons up
def DraftGui.DraftToolBar.setWatchers | ( | self | ) |
Referenced by DraftGui.DraftToolBar.Activated().
def DraftGui.DraftToolBar.setwidth | ( | self, | |
val | |||
) |
References DraftGui.DraftToolBar.linewidth.
def DraftGui.DraftToolBar.SFileUi | ( | self | ) |
set up UI for ShapeString font file selection
References DraftGui.DraftToolBar.chooserButton, DraftGui.DraftToolBar.FFileValue, DraftGui.DraftToolBar.hide(), DraftGui.DraftToolBar.labelFFile, DraftGui.DraftToolBar.labelSTrack, DraftGui.DraftToolBar.show(), and DraftGui.DraftToolBar.STrackValue.
def DraftGui.DraftToolBar.show | ( | self | ) |
References DraftGui.DraftToolBar.draftWidget, DraftGui.DraftToolBar.taskmode, and draftguitools.gui_shapestrings.ShapeString.taskmode.
Referenced by DraftGui.DraftToolBar.Activated(), DraftGui.DraftToolBar.arcUi(), DraftGui.DraftToolBar.editUi(), DraftGui.DraftToolBar.extraLineUi(), DraftGui.DraftToolBar.extUi(), DraftGui.DraftToolBar.lineUi(), DraftGui.DraftToolBar.modUi(), DraftGui.DraftToolBar.pointUi(), DraftGui.DraftToolBar.radiusUi(), DraftGui.DraftToolBar.selectUi(), DraftGui.DraftToolBar.SFileUi(), Mod.Show.mTempoVis.TempoVis.show_all_dependencies(), Mod.Show.mTempoVis.TempoVis.show_all_dependent(), DraftGui.DraftToolBar.SSizeUi(), DraftGui.DraftToolBar.SSUi(), DraftGui.DraftToolBar.STrackUi(), DraftGui.DraftToolBar.switchUi(), DraftGui.DraftToolBar.textUi(), and DraftGui.DraftToolBar.wireUi().
def DraftGui.DraftToolBar.SSizeUi | ( | self | ) |
set up ui for ShapeString size entry
References ArchPanel.CommandPanel.continueCmd, ArchStructure._CommandStructure.continueCmd, ArchWall._CommandWall.continueCmd, DraftGui.DraftToolBar.continueCmd, DraftGui.DraftToolBar.hide(), DraftGui.DraftToolBar.labelSSize, DraftGui.DraftToolBar.labelSString, DraftGui.DraftToolBar.show(), DraftGui.DraftToolBar.SSizeValue, and DraftGui.DraftToolBar.SStringValue.
def DraftGui.DraftToolBar.SSUi | ( | self | ) |
set up ui for ShapeString text entry
References ArchPanel.CommandPanel.continueCmd, ArchStructure._CommandStructure.continueCmd, ArchWall._CommandWall.continueCmd, DraftGui.DraftToolBar.continueCmd, DraftGui.DraftToolBar.hide(), DraftGui.DraftToolBar.hideXYZ(), DraftGui.DraftToolBar.labelSString, DraftGui.DraftToolBar.show(), and DraftGui.DraftToolBar.SStringValue.
def DraftGui.DraftToolBar.STrackUi | ( | self | ) |
set up ui for ShapeString tracking entry
References DraftGui.DraftToolBar.hide(), DraftGui.DraftToolBar.labelSSize, DraftGui.DraftToolBar.labelSTrack, DraftGui.DraftToolBar.show(), DraftGui.DraftToolBar.SSizeValue, and DraftGui.DraftToolBar.STrackValue.
def DraftGui.DraftToolBar.switchUi | ( | self, | |
store = True |
|||
) |
References DraftGui.DraftToolBar.hideXYZ(), DraftGui.DraftToolBar.labelx, DraftGui.DraftToolBar.labely, DraftGui.DraftToolBar.labelz, DraftGui.DraftToolBar.show(), Base::StdInputStream.state, Base::PyGILStateRelease.state, Gui::RunningState.state, SoGestureEvent.state, Gui::StatefulLabel.state, DraftGui.DraftToolBar.state, femsolver.run.Machine.state(), ifc2x3.ifcownerhistory.state, ifc4.ifcownerhistory.state, AdaptivePath::EngagePoint.state, Mod.Show.mTempoVis.TempoVis.state, importXLSX.exprNode.state, Gui::LocationWidget.xValue, DraftGui.DraftToolBar.xValue, drafttaskpanels.task_scale.ScaleTaskPanel.xValue, Gui::LocationWidget.yValue, DraftGui.DraftToolBar.yValue, drafttaskpanels.task_scale.ScaleTaskPanel.yValue, Gui::LocationWidget.zValue, DraftGui.DraftToolBar.zValue, and drafttaskpanels.task_scale.ScaleTaskPanel.zValue.
def DraftGui.DraftToolBar.taskUi | ( | self, | |
title = "Draft" , |
|||
extra = None , |
|||
icon = "Draft_Draft" |
|||
) |
References ArchIFCView.IfcContextUI.baseWidget, DraftGui.DraftToolBar.baseWidget, DraftGui.DraftToolBar.isTaskOn, Gui::Dialog::DlgCustomizeImp.layout, DraftGui.DraftToolBar.layout, DraftGui.DraftToolBar.reset_ui_values(), Gui::SearchBar.retranslateUi(), Gui::LocationWidget.retranslateUi(), Gui::ActionSelector.retranslateUi(), Ui_DlgBindSheet.retranslateUi(), Ui_DlgExpressionInput.retranslateUi(), Ui_DlgProcessorChooser.retranslateUi(), Ui_DlgSheetConf.retranslateUi(), Gui::Dialog::Ui_AboutApplication.retranslateUi(), Gui::Dialog::Ui_Clipping.retranslateUi(), Gui::Dialog::Ui_DemoMode.retranslateUi(), Gui::Dialog::Ui_DlgActivateWindow.retranslateUi(), Gui::Dialog::Ui_DlgAddProperty.retranslateUi(), Gui::Dialog::Ui_DlgAuthorization.retranslateUi(), Gui::Dialog::Ui_DlgCheckableMessageBox.retranslateUi(), Gui::Dialog::Ui_DlgChooseIcon.retranslateUi(), Gui::Dialog::Ui_DlgCreateNewPreferencePack.retranslateUi(), Gui::Dialog::Ui_DlgDisplayProperties.retranslateUi(), Gui::Dialog::Ui_DlgInputDialog.retranslateUi(), Gui::Dialog::Ui_DlgMacroExecute.retranslateUi(), Gui::Dialog::Ui_DlgMacroRecord.retranslateUi(), Gui::Dialog::Ui_DlgMaterialProperties.retranslateUi(), Gui::Dialog::Ui_DlgParameter.retranslateUi(), Gui::Dialog::Ui_DlgParameterFind.retranslateUi(), Gui::Dialog::Ui_DlgPreferencePackManagement.retranslateUi(), Gui::Dialog::Ui_DlgPreferences.retranslateUi(), Gui::Dialog::Ui_DlgProjectInformation.retranslateUi(), Gui::Dialog::Ui_DlgProjectUtility.retranslateUi(), Gui::Dialog::Ui_DlgPropertyLink.retranslateUi(), Gui::Dialog::Ui_DlgRevertToBackupConfig.retranslateUi(), Gui::Dialog::Ui_DlgRunExternal.retranslateUi(), Gui::Dialog::Ui_DlgSettingsColorGradient.retranslateUi(), Gui::Dialog::Ui_DocumentRecovery.retranslateUi(), Gui::Dialog::Ui_DownloadManager.retranslateUi(), Gui::Dialog::Ui_InputVector.retranslateUi(), Gui::Dialog::Ui_MouseButtons.retranslateUi(), Gui::Dialog::Ui_Placement.retranslateUi(), Gui::Dialog::Ui_SceneInspector.retranslateUi(), Gui::Dialog::Ui_TextureMapping.retranslateUi(), Gui::Ui_DlgObjectSelection.retranslateUi(), Gui::Ui_DlgTreeWidget.retranslateUi(), Gui::Ui_VectorListEditor.retranslateUi(), ImageGui::Ui_ImageOrientationDialog.retranslateUi(), InspectionGui::Ui_VisualInspection.retranslateUi(), MeshGui::Ui_DlgEvaluateMesh.retranslateUi(), MeshGui::Ui_DlgEvaluateSettings.retranslateUi(), MeshGui::Ui_DlgRegularSolid.retranslateUi(), MeshPartGui::Ui_CrossSections.retranslateUi(), PartDesignGui::Ui_DlgActiveBody.retranslateUi(), PartDesignGui::Ui_DlgReference.retranslateUi(), PartGui::Ui_CrossSections.retranslateUi(), PartGui::Ui_DlgExtrusion.retranslateUi(), PartGui::Ui_DlgPartBox.retranslateUi(), PartGui::Ui_DlgPartCylinder.retranslateUi(), PartGui::Ui_DlgPartImportIges.retranslateUi(), PartGui::Ui_DlgPartImportStep.retranslateUi(), PartGui::Ui_DlgRevolution.retranslateUi(), PartGui::Ui_SectionCut.retranslateUi(), PartGui::Ui_ShapeFromMesh.retranslateUi(), PointsGui::Ui_DlgPointsRead.retranslateUi(), Ui_PropertiesDialog.retranslateUi(), SketcherGui::Ui_InsertDatum.retranslateUi(), SketcherGui::Ui_SketcherRegularPolygonDialog.retranslateUi(), SketcherGui::Ui_SketchMirrorDialog.retranslateUi(), SketcherGui::Ui_SketchOrientationDialog.retranslateUi(), SketcherGui::Ui_SketchRectangularArrayDialog.retranslateUi(), TechDrawGui::Ui_DlgPageChooser.retranslateUi(), TechDrawGui::Ui_dlgTemplateField.retranslateUi(), TechDrawGui::Ui_SymbolChooser.retranslateUi(), TestGui::Ui_UnitTest.retranslateUi(), Ui_Angle.retranslateUi(), Ui_DlgCustomizeSpNavSettings.retranslateUi(), Ui_DlgStartPreferences.retranslateUi(), Ui_DownloadItem.retranslateUi(), FemGui::Ui_DlgSettingsFemCcxImp.retranslateUi(), FemGui::Ui_DlgSettingsFemElmerImp.retranslateUi(), FemGui::Ui_DlgSettingsFemExportAbaqus.retranslateUi(), FemGui::Ui_DlgSettingsFemGeneralImp.retranslateUi(), FemGui::Ui_DlgSettingsFemGmshImp.retranslateUi(), FemGui::Ui_DlgSettingsFemInOutVtk.retranslateUi(), FemGui::Ui_DlgSettingsFemMaterialImp.retranslateUi(), FemGui::Ui_DlgSettingsFemMystranImp.retranslateUi(), FemGui::Ui_DlgSettingsFemZ88Imp.retranslateUi(), Gui::Dialog::Ui_DlgCustomActions.retranslateUi(), Gui::Dialog::Ui_DlgCustomCommands.retranslateUi(), Gui::Dialog::Ui_DlgCustomKeyboard.retranslateUi(), Gui::Dialog::Ui_DlgCustomToolbars.retranslateUi(), Gui::Dialog::Ui_DlgEditorSettings.retranslateUi(), Gui::Dialog::Ui_DlgGeneral.retranslateUi(), Gui::Dialog::Ui_DlgOnlineHelp.retranslateUi(), Gui::Dialog::Ui_DlgReportView.retranslateUi(), Gui::Dialog::Ui_DlgSettings3DView.retranslateUi(), Gui::Dialog::Ui_DlgSettingsCacheDirectory.retranslateUi(), Gui::Dialog::Ui_DlgSettingsDocument.retranslateUi(), Gui::Dialog::Ui_DlgSettingsImage.retranslateUi(), Gui::Dialog::Ui_DlgSettingsLazyLoaded.retranslateUi(), Gui::Dialog::Ui_DlgSettingsMacro.retranslateUi(), Gui::Dialog::Ui_DlgSettingsNavigation.retranslateUi(), Gui::Dialog::Ui_DlgSettingsPythonConsole.retranslateUi(), Gui::Dialog::Ui_DlgSettingsSelection.retranslateUi(), Gui::Dialog::Ui_DlgSettingsUnits.retranslateUi(), Gui::Dialog::Ui_DlgSettingsViewColor.retranslateUi(), Gui::Dialog::Ui_DlgUnitCalculator.retranslateUi(), Gui::Dialog::Ui_DlgWorkbenches.retranslateUi(), Gui::Ui_TaskElementColors.retranslateUi(), Gui::TaskView::Ui_TaskAppearance.retranslateUi(), Gui::TaskView::Ui_TaskSelectLinkProperty.retranslateUi(), MeshGui::Ui_DlgDecimating.retranslateUi(), MeshGui::Ui_DlgSettingsImportExport.retranslateUi(), MeshGui::Ui_DlgSettingsMeshView.retranslateUi(), MeshGui::Ui_DlgSmoothing.retranslateUi(), MeshGui::Ui_RemeshGmsh.retranslateUi(), MeshGui::Ui_RemoveComponents.retranslateUi(), MeshGui::Ui_Segmentation.retranslateUi(), MeshGui::Ui_SegmentationBestFit.retranslateUi(), MeshGui::Ui_Selection.retranslateUi(), MeshPartGui::Ui_TaskCurveOnMesh.retranslateUi(), MeshPartGui::Ui_Tessellation.retranslateUi(), Ui_MRichTextEdit.retranslateUi(), PartDesignGui::Ui_DlgPrimitives.retranslateUi(), PartDesignGui::Ui_TaskBooleanParameters.retranslateUi(), PartDesignGui::Ui_TaskChamferParameters.retranslateUi(), PartDesignGui::Ui_TaskDraftParameters.retranslateUi(), PartDesignGui::Ui_TaskFeaturePick.retranslateUi(), PartDesignGui::Ui_TaskFilletParameters.retranslateUi(), PartDesignGui::Ui_TaskHelixParameters.retranslateUi(), PartDesignGui::Ui_TaskLinearPatternParameters.retranslateUi(), PartDesignGui::Ui_TaskLoftParameters.retranslateUi(), PartDesignGui::Ui_TaskMirroredParameters.retranslateUi(), PartDesignGui::Ui_TaskMultiTransformParameters.retranslateUi(), PartDesignGui::Ui_TaskPadPocketParameters.retranslateUi(), PartDesignGui::Ui_TaskPipeOrientation.retranslateUi(), PartDesignGui::Ui_TaskPipeParameters.retranslateUi(), PartDesignGui::Ui_TaskPipeScaling.retranslateUi(), PartDesignGui::Ui_TaskPolarPatternParameters.retranslateUi(), PartDesignGui::Ui_TaskRevolutionParameters.retranslateUi(), PartDesignGui::Ui_TaskScaledParameters.retranslateUi(), PartDesignGui::Ui_TaskShapeBinder.retranslateUi(), PartDesignGui::Ui_TaskThicknessParameters.retranslateUi(), PartGui::Ui_DlgBooleanOperation.retranslateUi(), PartGui::Ui_DlgFilletEdges.retranslateUi(), PartGui::Ui_DlgImportExportIges.retranslateUi(), PartGui::Ui_DlgImportExportStep.retranslateUi(), PartGui::Ui_DlgPrimitives.retranslateUi(), PartGui::Ui_DlgProjectionOnSurface.retranslateUi(), PartGui::Ui_DlgSettings3DViewPart.retranslateUi(), PartGui::Ui_DlgSettingsGeneral.retranslateUi(), PartGui::Ui_DlgSettingsObjectColor.retranslateUi(), PartGui::Ui_Location.retranslateUi(), PartGui::Ui_Mirroring.retranslateUi(), PartGui::Ui_TaskAttacher.retranslateUi(), PartGui::Ui_TaskFaceColors.retranslateUi(), PartGui::Ui_TaskLoft.retranslateUi(), PartGui::Ui_TaskOffset.retranslateUi(), PartGui::Ui_TaskShapeBuilder.retranslateUi(), PartGui::Ui_TaskSweep.retranslateUi(), PathGui::Ui_DlgSettingsPathColor.retranslateUi(), Ui_PlaneWidget.retranslateUi(), Ui_Position.retranslateUi(), RaytracingGui::Ui_DlgSettingsRay.retranslateUi(), ReenGui::Ui_FitBSplineSurface.retranslateUi(), ReenGui::Ui_PoissonWidget.retranslateUi(), ReverseEngineeringGui::Ui_Segmentation.retranslateUi(), ReverseEngineeringGui::Ui_SegmentationManual.retranslateUi(), RobotGui::Ui_DlgTrajectorySimulate.retranslateUi(), RobotGui::Ui_TaskRobot6Axis.retranslateUi(), RobotGui::Ui_TaskTrajectory.retranslateUi(), Ui_Sheet.retranslateUi(), SketcherGui::Ui_ConstraintMultiFilterDialog.retranslateUi(), SketcherGui::Ui_ConstraintSettingsDialog.retranslateUi(), SketcherGui::Ui_SketcherSettings.retranslateUi(), SketcherGui::Ui_SketcherSettingsColors.retranslateUi(), SketcherGui::Ui_SketcherSettingsDisplay.retranslateUi(), SketcherGui::Ui_TaskSketcherConstraints.retranslateUi(), SketcherGui::Ui_TaskSketcherElements.retranslateUi(), SketcherGui::Ui_TaskSketcherGeneral.retranslateUi(), SketcherGui::Ui_TaskSketcherValidation.retranslateUi(), Ui_SphereWidget.retranslateUi(), SpreadsheetGui::Ui_DlgSettings.retranslateUi(), SurfaceGui::Ui_GeomFillSurface.retranslateUi(), SurfaceGui::Ui_Sections.retranslateUi(), SurfaceGui::Ui_TaskFilling.retranslateUi(), SurfaceGui::Ui_TaskFillingEdge.retranslateUi(), SurfaceGui::Ui_TaskFillingVertex.retranslateUi(), Ui_TaskActiveView.retranslateUi(), Ui_TaskAnalysisInfo.retranslateUi(), Ui_TaskCreateNodeSet.retranslateUi(), Ui_TaskDlgPathCompound.retranslateUi(), Ui_TaskDriver.retranslateUi(), Ui_TaskEdge2TracParameter.retranslateUi(), Ui_TaskFemConstraint.retranslateUi(), Ui_TaskFemConstraintBearing.retranslateUi(), Ui_TaskFemConstraintContact.retranslateUi(), Ui_TaskFemConstraintDisplacement.retranslateUi(), Ui_TaskFemConstraintFixed.retranslateUi(), Ui_TaskFemConstraintFluidBoundary.retranslateUi(), Ui_TaskFemConstraintForce.retranslateUi(), Ui_TaskFemConstraintHeatflux.retranslateUi(), Ui_TaskFemConstraintInitialTemperature.retranslateUi(), Ui_TaskFemConstraintPlaneRotation.retranslateUi(), Ui_TaskFemConstraintPressure.retranslateUi(), Ui_TaskFemConstraintSpring.retranslateUi(), Ui_TaskFemConstraintTemperature.retranslateUi(), Ui_TaskFemConstraintTransform.retranslateUi(), Ui_TaskHoleParameters.retranslateUi(), Ui_TaskMoveView.retranslateUi(), Ui_TaskObjectName.retranslateUi(), Ui_TaskPostClip.retranslateUi(), Ui_TaskPostCut.retranslateUi(), Ui_TaskPostDataAlongLine.retranslateUi(), Ui_TaskPostDataAtPoint.retranslateUi(), Ui_TaskPostDisplay.retranslateUi(), Ui_TaskPostScalarClip.retranslateUi(), Ui_TaskPostWarpVector.retranslateUi(), Ui_TaskRobotControl.retranslateUi(), Ui_TaskRobotMessages.retranslateUi(), Ui_TaskSketcherMessages.retranslateUi(), Ui_TaskSketcherSolverAdvanced.retranslateUi(), Ui_TaskTetParameter.retranslateUi(), Ui_TaskTrajectoryDressUpParameter.retranslateUi(), Ui_TaskTransformedMessages.retranslateUi(), Ui_TaskWeldingSymbol.retranslateUi(), TechDrawGui::Ui_DlgPrefsTechDrawAdvancedImp.retranslateUi(), TechDrawGui::Ui_DlgPrefsTechDrawAnnotationImp.retranslateUi(), TechDrawGui::Ui_DlgPrefsTechDrawColorsImp.retranslateUi(), TechDrawGui::Ui_DlgPrefsTechDrawDimensionsImp.retranslateUi(), TechDrawGui::Ui_DlgPrefsTechDrawGeneralImp.retranslateUi(), TechDrawGui::Ui_DlgPrefsTechDrawHLRImp.retranslateUi(), TechDrawGui::Ui_DlgPrefsTechDrawScaleImp.retranslateUi(), TechDrawGui::Ui_TaskAlignViews.retranslateUi(), TechDrawGui::Ui_TaskBalloon.retranslateUi(), TechDrawGui::Ui_TaskCenterLine.retranslateUi(), TechDrawGui::Ui_TaskCosmeticLine.retranslateUi(), TechDrawGui::Ui_TaskCosVertex.retranslateUi(), TechDrawGui::Ui_TaskCustomizeFormat.retranslateUi(), TechDrawGui::Ui_TaskDetail.retranslateUi(), TechDrawGui::Ui_TaskDimension.retranslateUi(), TechDrawGui::Ui_TaskGeomHatch.retranslateUi(), TechDrawGui::Ui_TaskHatch.retranslateUi(), TechDrawGui::Ui_TaskLeaderLine.retranslateUi(), TechDrawGui::Ui_TaskLineDecor.retranslateUi(), TechDrawGui::Ui_TaskLinkDim.retranslateUi(), TechDrawGui::Ui_TaskProjection.retranslateUi(), TechDrawGui::Ui_TaskProjGroup.retranslateUi(), TechDrawGui::Ui_TaskRestoreLines.retranslateUi(), TechDrawGui::Ui_TaskRichAnno.retranslateUi(), TechDrawGui::Ui_TaskSectionView.retranslateUi(), TechDrawGui::Ui_TaskSelectLineAttributes.retranslateUi(), package_details.Ui_PackageDetails.retranslateUi(), compact_view.Ui_CompactView.retranslateUi(), ArchPrecast._PrecastTaskPanel.retranslateUi(), ArchPrecast._DentsTaskPanel.retranslateUi(), ArchCommands.SurveyTaskPanel.retranslateUi(), expanded_view.Ui_ExpandedView.retranslateUi(), package_list.Ui_PackageList.retranslateUi(), ArchAxis._AxisTaskPanel.retranslateUi(), ArchAxisSystem.AxisSystemTaskPanel.retranslateUi(), ArchComponent.ComponentTaskPanel.retranslateUi(), ArchCutPlane._CutPlaneTaskPanel.retranslateUi(), ArchProfile.ProfileTaskPanel.retranslateUi(), ArchRoof._RoofTaskPanel.retranslateUi(), ArchSectionPlane.SectionPlaneTaskPanel.retranslateUi(), ArchWindow._ArchWindowTaskPanel.retranslateUi(), DraftGui.FacebinderTaskPanel.retranslateUi(), ArchGrid.ArchGridTaskPanel.retranslateUi(), DraftGui.DraftToolBar.retranslateUi(), drafttaskpanels.task_scale.ScaleTaskPanel.retranslateUi(), OpenSCADCommands.AddSCADWidget.retranslateUi(), OpenSCADCommands.OpenSCADMeshBooleanWidget.retranslateUi(), DraftGui.DraftToolBar.setupToolBar(), DraftGui.DraftToolBar.taskmode, and draftguitools.gui_shapestrings.ShapeString.taskmode.
Referenced by DraftGui.DraftToolBar.editUi(), DraftGui.DraftToolBar.pointUi(), and DraftGui.DraftToolBar.trimUi().
def DraftGui.DraftToolBar.textUi | ( | self | ) |
def DraftGui.DraftToolBar.toggleAngle | ( | self, | |
b | |||
) |
References DraftGui.DraftToolBar.alock, Gui::Dialog::Ui_Placement.angle, MeshGui::Ui_RemeshGmsh.angle, PartGui::Ui_DlgRevolution.angle, SoGestureSwipeEvent.angle, DraftGui.DraftToolBar.angle, draftguitools.gui_arcs.Arc.angle, draftguitools.gui_rotate.Rotate.angle, drafttaskpanels.task_polararray.TaskPanelPolarArray.angle, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.revolved_area_solid.angle, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.polar_complex_number_literal.angle, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.runout_zone_orientation.angle, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.revolved_face_solid.angle, automotive_design.revolved_area_solid.angle, automotive_design.runout_zone_orientation.angle, automotive_design.revolved_face_solid.angle, ifc2x3.ifcrevolvedareasolid.angle, ifc4.ifcrevolvedareasolid.angle, Measure::Measurement.angle(), PartGui::DimensionAngular.angle, PartGui::ArcEngine.angle, PartDesign::Hole::CutDimensionSet.angle, Mod.PartDesign.fcgear.fcgeardialog.GearCreationFrame.angle, geoff_geometry::Span.angle, PathScripts.PathArray.PathArray.angle, PathScripts.PathDressupDogbone.Bone.angle(), PathScripts.PathDressupHoldingTags.Tag.angle, PathScripts.PathDressupRampEntry.ObjectDressup.angle, PathScripts.PathDressupTag.TagSolid.angle, KDL::RotationalInterpolation_SingleAxis.angle, GCS::ConstraintP2PAngle.angle(), GCS::ConstraintL2LAngle.angle(), GCS::ConstraintAngleViaPoint.angle(), TechDraw::incidenceItem.angle, TechDraw::Ellipse.angle, DraftGui.DraftToolBar.angleLock, DraftGui.DraftToolBar.globalMode, and DraftGui.DraftToolBar.update_cartesian_coords().
def DraftGui.DraftToolBar.toggleConstrMode | ( | self, | |
checked | |||
) |
def DraftGui.DraftToolBar.toggleContinue | ( | self | ) |
References ArchPanel.CommandPanel.continueCmd, ArchStructure._CommandStructure.continueCmd, ArchWall._CommandWall.continueCmd, DraftGui.DraftToolBar.continueCmd, SketcherGui::Ui_SketcherSettingsDisplay.continueMode, DraftGui.DraftToolBar.continueMode, DraftGui.DraftToolBar.panel, PathScripts.PathDressupLeadInOut.ViewProviderDressup.panel, PathScripts.PathDressupPathBoundaryGui.DressupPathBoundaryViewProvider.panel, PathScripts.PathDressupTagGui.PathDressupTagViewProvider.panel, PathScripts.PathOpGui.ViewProvider.panel, and PathScripts.PathToolBitGui.ViewProvider.panel.
Referenced by DraftGui.DraftToolBar.checkSpecialChars().
def DraftGui.DraftToolBar.togglenearsnap | ( | self | ) |
Referenced by DraftGui.DraftToolBar.checkSpecialChars().
def DraftGui.DraftToolBar.toggleradius | ( | self, | |
val | |||
) |
Referenced by DraftGui.DraftToolBar.checkSpecialChars().
def DraftGui.DraftToolBar.togglesnap | ( | self | ) |
Referenced by DraftGui.DraftToolBar.checkSpecialChars().
def DraftGui.DraftToolBar.trimUi | ( | self, | |
title = translate("draft","Trimex") |
|||
) |
def DraftGui.DraftToolBar.undoSegment | ( | self | ) |
undo last line segment
References DraftGui.DraftToolBar.sourceCmd, drafttaskpanels.task_scale.ScaleTaskPanel.sourceCmd, and drafttaskpanels.task_shapestring.ShapeStringTaskPanelCmd.sourceCmd.
def DraftGui.DraftToolBar.update_cartesian_coords | ( | self | ) |
References Gui::Dialog::Ui_Placement.angle, MeshGui::Ui_RemeshGmsh.angle, PartGui::Ui_DlgRevolution.angle, SoGestureSwipeEvent.angle, DraftGui.DraftToolBar.angle, draftguitools.gui_arcs.Arc.angle, draftguitools.gui_rotate.Rotate.angle, drafttaskpanels.task_polararray.TaskPanelPolarArray.angle, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.revolved_area_solid.angle, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.polar_complex_number_literal.angle, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.runout_zone_orientation.angle, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.revolved_face_solid.angle, automotive_design.revolved_area_solid.angle, automotive_design.runout_zone_orientation.angle, automotive_design.revolved_face_solid.angle, ifc2x3.ifcrevolvedareasolid.angle, ifc4.ifcrevolvedareasolid.angle, Measure::Measurement.angle(), PartGui::DimensionAngular.angle, PartGui::ArcEngine.angle, PartDesign::Hole::CutDimensionSet.angle, Mod.PartDesign.fcgear.fcgeardialog.GearCreationFrame.angle, geoff_geometry::Span.angle, PathScripts.PathArray.PathArray.angle, GCS::ConstraintAngleViaPoint.angle(), PathScripts.PathDressupDogbone.Bone.angle(), PathScripts.PathDressupHoldingTags.Tag.angle, PathScripts.PathDressupRampEntry.ObjectDressup.angle, PathScripts.PathDressupTag.TagSolid.angle, KDL::RotationalInterpolation_SingleAxis.angle, GCS::ConstraintP2PAngle.angle(), GCS::ConstraintL2LAngle.angle(), TechDraw::incidenceItem.angle, TechDraw::Ellipse.angle, DraftGui.DraftToolBar.avalue, draftutils.units.displayExternal, DraftVecUtils.get_cartesian_coords(), DraftGui.DraftToolBar.lvalue, DraftGui.DraftToolBar.pvalue, e57::Translation.x, e57::Quaternion.x, R2.x, R3.x, uvPtStruct.x, XYZ.x, Base::DualQuat.x, Base::Vector2d.x, Base::Vector3< _Precision >.x, Base::Vector3< double >.x, Base::Vector3< float >.x, Gui::PropertyEditor::PropertyVectorItem.x, Gui::PropertyEditor::PropertyVectorDistanceItem.x, Gui::SelectionChanges.x, Gui::SelectionSingleton::SelObj.x, Gui::SelectionSingleton::_SelObj.x, Gui::DockWnd::SelectionView.x, DraftGui.DraftToolBar.x, importSVG.svgHandler.x, DrawingGui::orthoview.x, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_angular_wedge.x, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.block.x, automotive_design.right_angular_wedge.x, automotive_design.block.x, point3D.x, MeshCore::MeshFastBuilder::Private::Vertex.x, MeshCore::MeshGridIterator::GridElement.x, MeshCore::NODE.x, MeshPart::Vertex.x, MeshPartGui::MeshCrossSection.x, Part::MeshVertex.x, PartGui::DimSelections::DimSelection.x, Mod.PartDesign.Scripts.FilletArc.Vector.x, rotation_generator.refAxis.x, geoff_geometry::Point.x, geoff_geometry::Point3d.x, Point.x, PathScripts.PathDressupHoldingTags.Tag.x, Point3D.x, Plot.Line.x, Points::PointsGridIterator::GridElement.x, Param.x, GCS::Point.x, GCS::DeriVector2.x, TechDraw::Vertex.x(), KDL::Vector.x(), KDL::Vector2.x(), geoff_geometry::SpanVertex.x, Gui::LocationWidget.xValue, DraftGui.DraftToolBar.xValue, drafttaskpanels.task_scale.ScaleTaskPanel.xValue, e57::Translation.y, e57::Quaternion.y, R2.y, R3.y, uvPtStruct.y, XYZ.y, Base::DualQuat.y, Base::Vector2d.y, Base::Vector3< double >.y, Base::Vector3< _Precision >.y, Base::Vector3< float >.y, Gui::PropertyEditor::PropertyVectorItem.y, Gui::PropertyEditor::PropertyVectorDistanceItem.y, Gui::SelectionChanges.y, Gui::SelectionSingleton::SelObj.y, Gui::SelectionSingleton::_SelObj.y, Gui::DockWnd::SelectionView.y, DraftGui.DraftToolBar.y, importSVG.svgHandler.y, DrawingGui::orthoview.y, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_angular_wedge.y, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.block.y, automotive_design.right_angular_wedge.y, automotive_design.block.y, point3D.y, MeshCore::MeshFastBuilder::Private::Vertex.y, MeshCore::MeshGridIterator::GridElement.y, MeshCore::NODE.y, MeshPart::Vertex.y, MeshPartGui::MeshCrossSection.y, Part::MeshVertex.y, PartGui::DimSelections::DimSelection.y, Mod.PartDesign.Scripts.FilletArc.Vector.y, rotation_generator.refAxis.y, geoff_geometry::Point.y, geoff_geometry::Point3d.y, geoff_geometry::SpanVertex.y, Point.y, PathScripts.PathDressupHoldingTags.Tag.y, Point3D.y, Plot.Line.y, Points::PointsGridIterator::GridElement.y, KDL::Vector2.y(), Param.y, GCS::Point.y, GCS::DeriVector2.y, TechDraw::Vertex.y(), KDL::Vector.y(), Gui::LocationWidget.yValue, DraftGui.DraftToolBar.yValue, drafttaskpanels.task_scale.ScaleTaskPanel.yValue, e57::Translation.z, e57::Quaternion.z, R3.z, Multitype.z, XYZ.z, Base::DualQuat.z, Base::Vector3< double >.z, Base::Vector3< float >.z, Base::Vector3< _Precision >.z, Gui::PropertyEditor::PropertyVectorItem.z, Gui::PropertyEditor::PropertyVectorDistanceItem.z, Gui::SelectionChanges.z, Gui::SelectionSingleton::SelObj.z, Gui::SelectionSingleton::_SelObj.z, Gui::DockWnd::SelectionView.z, importSH3D.SH3DHandler.z, DraftGui.DraftToolBar.z, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.axis1_placement.z(), ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_angular_wedge.z, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.block.z, automotive_design.axis1_placement.z(), automotive_design.right_angular_wedge.z, automotive_design.block.z, config_control_design.axis1_placement.z(), point3D.z, ifc2x3.ifcaxis1placement.z(), ifc4.ifcaxis1placement.z(), MeshCore::MeshFastBuilder::Private::Vertex.z, MeshCore::MeshGridIterator::GridElement.z, MeshCore::NODE.z, MeshPart::Vertex.z, MeshPartGui::MeshCrossSection.z, Part::MeshVertex.z, PartGui::DimSelections::DimSelection.z, Mod.PartDesign.Scripts.FilletArc.Vector.z, rotation_generator.refAxis.z, geoff_geometry::Point3d.z, PathScripts.PathDressupHoldingTags.Tag.z, PathScripts.PathDressupTag.TagSolid.z, Point3D.z, Points::PointsGridIterator::GridElement.z, KDL::Vector.z(), Param.z, Gui::LocationWidget.zValue, DraftGui.DraftToolBar.zValue, and drafttaskpanels.task_scale.ScaleTaskPanel.zValue.
Referenced by DraftGui.DraftToolBar.changeAngleValue(), DraftGui.DraftToolBar.changeLengthValue(), and DraftGui.DraftToolBar.toggleAngle().
def DraftGui.DraftToolBar.update_spherical_coords | ( | self | ) |
References Gui::Dialog::Ui_Placement.angle, MeshGui::Ui_RemeshGmsh.angle, PartGui::Ui_DlgRevolution.angle, SoGestureSwipeEvent.angle, DraftGui.DraftToolBar.angle, draftguitools.gui_arcs.Arc.angle, draftguitools.gui_rotate.Rotate.angle, drafttaskpanels.task_polararray.TaskPanelPolarArray.angle, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.revolved_area_solid.angle, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.polar_complex_number_literal.angle, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.runout_zone_orientation.angle, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.revolved_face_solid.angle, automotive_design.revolved_area_solid.angle, automotive_design.runout_zone_orientation.angle, automotive_design.revolved_face_solid.angle, ifc2x3.ifcrevolvedareasolid.angle, ifc4.ifcrevolvedareasolid.angle, Measure::Measurement.angle(), PartGui::DimensionAngular.angle, PartGui::ArcEngine.angle, PartDesign::Hole::CutDimensionSet.angle, Mod.PartDesign.fcgear.fcgeardialog.GearCreationFrame.angle, geoff_geometry::Span.angle, PathScripts.PathArray.PathArray.angle, PathScripts.PathDressupDogbone.Bone.angle(), PathScripts.PathDressupHoldingTags.Tag.angle, PathScripts.PathDressupRampEntry.ObjectDressup.angle, PathScripts.PathDressupTag.TagSolid.angle, KDL::RotationalInterpolation_SingleAxis.angle, GCS::ConstraintP2PAngle.angle(), GCS::ConstraintL2LAngle.angle(), GCS::ConstraintAngleViaPoint.angle(), TechDraw::incidenceItem.angle, TechDraw::Ellipse.angle, DraftGui.DraftToolBar.angleValue, DraftGui.DraftToolBar.avalue, draftutils.units.displayExternal, DraftVecUtils.get_cartesian_coords(), DraftVecUtils.get_spherical_coords(), ArchWall._CommandWall.lengthValue, DraftGui.DraftToolBar.lengthValue, DraftGui.DraftToolBar.lvalue, DraftGui.DraftToolBar.pvalue, e57::Translation.x, e57::Quaternion.x, R2.x, R3.x, uvPtStruct.x, XYZ.x, Base::DualQuat.x, Base::Vector2d.x, Base::Vector3< double >.x, Base::Vector3< float >.x, Base::Vector3< _Precision >.x, Gui::PropertyEditor::PropertyVectorItem.x, Gui::PropertyEditor::PropertyVectorDistanceItem.x, Gui::SelectionChanges.x, Gui::SelectionSingleton::SelObj.x, Gui::SelectionSingleton::_SelObj.x, Gui::DockWnd::SelectionView.x, DraftGui.DraftToolBar.x, importSVG.svgHandler.x, DrawingGui::orthoview.x, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_angular_wedge.x, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.block.x, automotive_design.right_angular_wedge.x, automotive_design.block.x, point3D.x, MeshCore::MeshFastBuilder::Private::Vertex.x, MeshCore::MeshGridIterator::GridElement.x, MeshCore::NODE.x, MeshPart::Vertex.x, MeshPartGui::MeshCrossSection.x, Part::MeshVertex.x, PartGui::DimSelections::DimSelection.x, Mod.PartDesign.Scripts.FilletArc.Vector.x, rotation_generator.refAxis.x, geoff_geometry::Point.x, geoff_geometry::Point3d.x, Point.x, PathScripts.PathDressupHoldingTags.Tag.x, Point3D.x, Plot.Line.x, Points::PointsGridIterator::GridElement.x, KDL::Vector.x(), KDL::Vector2.x(), geoff_geometry::SpanVertex.x, Param.x, GCS::Point.x, GCS::DeriVector2.x, TechDraw::Vertex.x(), e57::Translation.y, e57::Quaternion.y, R2.y, R3.y, uvPtStruct.y, XYZ.y, Base::DualQuat.y, Base::Vector2d.y, Base::Vector3< float >.y, Base::Vector3< _Precision >.y, Base::Vector3< double >.y, Gui::PropertyEditor::PropertyVectorItem.y, Gui::PropertyEditor::PropertyVectorDistanceItem.y, Gui::SelectionChanges.y, Gui::SelectionSingleton::SelObj.y, Gui::SelectionSingleton::_SelObj.y, Gui::DockWnd::SelectionView.y, DraftGui.DraftToolBar.y, importSVG.svgHandler.y, DrawingGui::orthoview.y, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_angular_wedge.y, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.block.y, automotive_design.right_angular_wedge.y, automotive_design.block.y, point3D.y, MeshCore::MeshFastBuilder::Private::Vertex.y, MeshCore::MeshGridIterator::GridElement.y, MeshCore::NODE.y, MeshPart::Vertex.y, MeshPartGui::MeshCrossSection.y, Part::MeshVertex.y, PartGui::DimSelections::DimSelection.y, Mod.PartDesign.Scripts.FilletArc.Vector.y, rotation_generator.refAxis.y, geoff_geometry::Point.y, geoff_geometry::Point3d.y, TechDraw::Vertex.y(), KDL::Vector.y(), KDL::Vector2.y(), geoff_geometry::SpanVertex.y, Point.y, PathScripts.PathDressupHoldingTags.Tag.y, Point3D.y, Plot.Line.y, Points::PointsGridIterator::GridElement.y, Param.y, GCS::Point.y, GCS::DeriVector2.y, e57::Translation.z, e57::Quaternion.z, R3.z, Multitype.z, XYZ.z, Base::DualQuat.z, Base::Vector3< double >.z, Base::Vector3< float >.z, Base::Vector3< _Precision >.z, Gui::PropertyEditor::PropertyVectorItem.z, Gui::PropertyEditor::PropertyVectorDistanceItem.z, Gui::SelectionChanges.z, Gui::SelectionSingleton::SelObj.z, Gui::SelectionSingleton::_SelObj.z, Gui::DockWnd::SelectionView.z, importSH3D.SH3DHandler.z, DraftGui.DraftToolBar.z, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.axis1_placement.z(), ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_angular_wedge.z, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.block.z, automotive_design.axis1_placement.z(), automotive_design.right_angular_wedge.z, automotive_design.block.z, config_control_design.axis1_placement.z(), point3D.z, ifc2x3.ifcaxis1placement.z(), ifc4.ifcaxis1placement.z(), MeshCore::MeshFastBuilder::Private::Vertex.z, MeshCore::MeshGridIterator::GridElement.z, MeshCore::NODE.z, MeshPart::Vertex.z, MeshPartGui::MeshCrossSection.z, Part::MeshVertex.z, PartGui::DimSelections::DimSelection.z, Mod.PartDesign.Scripts.FilletArc.Vector.z, rotation_generator.refAxis.z, geoff_geometry::Point3d.z, PathScripts.PathDressupHoldingTags.Tag.z, PathScripts.PathDressupTag.TagSolid.z, Point3D.z, Points::PointsGridIterator::GridElement.z, KDL::Vector.z(), and Param.z.
Referenced by DraftGui.DraftToolBar.changeXValue(), DraftGui.DraftToolBar.changeYValue(), and DraftGui.DraftToolBar.changeZValue().
def DraftGui.DraftToolBar.updateSnapper | ( | self | ) |
updates the snapper track line if applicable
References DraftGui.DraftToolBar.isRelative, MeshPart::Mesher.isRelative(), DraftGui.DraftToolBar.sourceCmd, drafttaskpanels.task_scale.ScaleTaskPanel.sourceCmd, drafttaskpanels.task_shapestring.ShapeStringTaskPanelCmd.sourceCmd, e57::Translation.x, e57::Quaternion.x, R2.x, R3.x, uvPtStruct.x, XYZ.x, Base::DualQuat.x, Base::Vector2d.x, Base::Vector3< _Precision >.x, Base::Vector3< double >.x, Base::Vector3< float >.x, Gui::PropertyEditor::PropertyVectorItem.x, Gui::PropertyEditor::PropertyVectorDistanceItem.x, Gui::SelectionChanges.x, Gui::SelectionSingleton::SelObj.x, Gui::SelectionSingleton::_SelObj.x, Gui::DockWnd::SelectionView.x, DraftGui.DraftToolBar.x, importSVG.svgHandler.x, DrawingGui::orthoview.x, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_angular_wedge.x, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.block.x, automotive_design.right_angular_wedge.x, automotive_design.block.x, point3D.x, MeshCore::MeshFastBuilder::Private::Vertex.x, MeshCore::MeshGridIterator::GridElement.x, MeshCore::NODE.x, MeshPart::Vertex.x, MeshPartGui::MeshCrossSection.x, Part::MeshVertex.x, PartGui::DimSelections::DimSelection.x, Mod.PartDesign.Scripts.FilletArc.Vector.x, rotation_generator.refAxis.x, geoff_geometry::Point.x, geoff_geometry::Point3d.x, geoff_geometry::SpanVertex.x, Point.x, PathScripts.PathDressupHoldingTags.Tag.x, Point3D.x, Plot.Line.x, Points::PointsGridIterator::GridElement.x, TechDraw::Vertex.x(), KDL::Vector.x(), KDL::Vector2.x(), Param.x, GCS::Point.x, GCS::DeriVector2.x, Gui::LocationWidget.xValue, DraftGui.DraftToolBar.xValue, drafttaskpanels.task_scale.ScaleTaskPanel.xValue, e57::Translation.y, e57::Quaternion.y, R2.y, R3.y, uvPtStruct.y, XYZ.y, Base::DualQuat.y, Base::Vector2d.y, Base::Vector3< float >.y, Base::Vector3< double >.y, Base::Vector3< _Precision >.y, Gui::PropertyEditor::PropertyVectorItem.y, Gui::PropertyEditor::PropertyVectorDistanceItem.y, Gui::SelectionChanges.y, Gui::SelectionSingleton::SelObj.y, Gui::SelectionSingleton::_SelObj.y, Gui::DockWnd::SelectionView.y, DraftGui.DraftToolBar.y, importSVG.svgHandler.y, DrawingGui::orthoview.y, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_angular_wedge.y, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.block.y, automotive_design.right_angular_wedge.y, automotive_design.block.y, point3D.y, MeshCore::MeshFastBuilder::Private::Vertex.y, MeshCore::MeshGridIterator::GridElement.y, MeshCore::NODE.y, MeshPart::Vertex.y, MeshPartGui::MeshCrossSection.y, Part::MeshVertex.y, PartGui::DimSelections::DimSelection.y, Mod.PartDesign.Scripts.FilletArc.Vector.y, rotation_generator.refAxis.y, geoff_geometry::Point.y, geoff_geometry::Point3d.y, geoff_geometry::SpanVertex.y, Point.y, PathScripts.PathDressupHoldingTags.Tag.y, Point3D.y, Plot.Line.y, Points::PointsGridIterator::GridElement.y, KDL::Vector.y(), KDL::Vector2.y(), Param.y, GCS::Point.y, GCS::DeriVector2.y, TechDraw::Vertex.y(), e57::Translation.z, e57::Quaternion.z, R3.z, Multitype.z, XYZ.z, Base::DualQuat.z, Base::Vector3< _Precision >.z, Base::Vector3< double >.z, Base::Vector3< float >.z, Gui::PropertyEditor::PropertyVectorItem.z, Gui::PropertyEditor::PropertyVectorDistanceItem.z, Gui::SelectionChanges.z, Gui::SelectionSingleton::SelObj.z, Gui::SelectionSingleton::_SelObj.z, Gui::DockWnd::SelectionView.z, importSH3D.SH3DHandler.z, DraftGui.DraftToolBar.z, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.axis1_placement.z(), ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_angular_wedge.z, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.block.z, automotive_design.axis1_placement.z(), automotive_design.right_angular_wedge.z, automotive_design.block.z, config_control_design.axis1_placement.z(), point3D.z, ifc2x3.ifcaxis1placement.z(), ifc4.ifcaxis1placement.z(), MeshCore::MeshFastBuilder::Private::Vertex.z, MeshCore::MeshGridIterator::GridElement.z, MeshCore::NODE.z, MeshPart::Vertex.z, MeshPartGui::MeshCrossSection.z, Part::MeshVertex.z, PartGui::DimSelections::DimSelection.z, Mod.PartDesign.Scripts.FilletArc.Vector.z, rotation_generator.refAxis.z, geoff_geometry::Point3d.z, PathScripts.PathDressupHoldingTags.Tag.z, PathScripts.PathDressupTag.TagSolid.z, Point3D.z, Points::PointsGridIterator::GridElement.z, KDL::Vector.z(), and Param.z.
Referenced by DraftGui.DraftToolBar.checklength(), DraftGui.DraftToolBar.checkSpecialChars(), DraftGui.DraftToolBar.checkx(), and DraftGui.DraftToolBar.checky().
def DraftGui.DraftToolBar.validateFile | ( | self | ) |
check and send font file parameter to ShapeString as unicode
References DraftGui.DraftToolBar.FFileValue, DraftGui.DraftToolBar.labelFFile, DraftGui.DraftToolBar.sourceCmd, drafttaskpanels.task_scale.ScaleTaskPanel.sourceCmd, drafttaskpanels.task_shapestring.ShapeStringTaskPanelCmd.sourceCmd, and draftutils.utils.utf8_decode().
def DraftGui.DraftToolBar.validatePoint | ( | self | ) |
function for checking and sending numbers entered manually
References DraftGui.DraftToolBar.FFileValue, DraftGui.DraftToolBar.globalMode, PartGui::Ui_DlgFilletEdges.labelRadius, DraftGui.DraftToolBar.labelRadius, DraftGui.DraftToolBar.labelx, DraftGui.DraftToolBar.pointcallback, Ui_SphereWidget.radius, PartGui::Ui_DlgPartCylinder.radius, e57::CylindricalRepresentation.radius, DraftGui.DraftToolBar.radius, draftguitools.gui_snapper.Snapper.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.polar_complex_number_literal.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.spherical_surface.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.swept_disk_solid.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_circular_cylinder.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.circle.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_circular_cone.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.sphere.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.cylindrical_surface.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.solid_with_constant_radius_edge_blend.radius, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.conical_surface.radius, automotive_design.spherical_surface.radius, automotive_design.swept_disk_solid.radius, automotive_design.right_circular_cylinder.radius, automotive_design.circle.radius, automotive_design.right_circular_cone.radius, automotive_design.sphere.radius, automotive_design.cylindrical_surface.radius, automotive_design.conical_surface.radius, config_control_design.spherical_surface.radius, config_control_design.circle.radius, config_control_design.cylindrical_surface.radius, config_control_design.conical_surface.radius, ifc2x3.ifccranerailashapeprofiledef.radius, ifc2x3.ifcroundededgefeature.radius, ifc2x3.ifcrightcircularcylinder.radius, ifc2x3.ifccircleprofiledef.radius, ifc2x3.ifccranerailfshapeprofiledef.radius, ifc2x3.ifclightsourcepositional.radius, ifc2x3.ifcsweptdisksolid.radius, ifc2x3.ifccircle.radius, ifc2x3.ifcsphere.radius, ifc4.ifcsweptdisksolid.radius, ifc4.ifcrightcircularcylinder.radius, ifc4.ifccircleprofiledef.radius, ifc4.ifclightsourcepositional.radius, ifc4.ifccircle.radius, ifc4.ifccylindricalsurface.radius, ifc4.ifcsphere.radius, Inspection::DistanceInspection.radius, Measure::Measurement.radius(), MeshCore::CylinderSurfaceFit.radius, MeshCore::SphereSurfaceFit.radius, Part::TangentialArc.radius(), PartGui::DimensionAngular.radius, PartGui::ArcEngine.radius, geoff_geometry::Circle.radius, geoff_geometry::Span.radius, PathScripts.PathDressupAxisMap.TaskPanel.radius, PathScripts.PathDressupHoldingTags.Tag.radius, PathScripts.PathDressupTag.TagSolid.radius, PathScripts.PathOp.ObjectOp.radius, PathScripts.PathSurface.ObjectSurface.radius, PathScripts.PathSurfaceSupport.ProcessSelectedFaces.radius, PathScripts.PathWaterline.ObjectWaterline.radius, cSimTool.radius, KDL::Path_Circle.radius, KDL::Path_RoundedComposite.radius, ObjectObserver.radius, SketcherGui::DrawSketchHandler3PointArc.radius, SketcherGui::DrawSketchHandler3PointCircle.radius, SketcherGui::DrawSketchHandlerOblong.radius, TechDraw::arcPoints.radius, TechDraw::Circle.radius, DraftGui.DraftToolBar.relativeMode, DraftGui.DraftToolBar.sourceCmd, drafttaskpanels.task_scale.ScaleTaskPanel.sourceCmd, drafttaskpanels.task_shapestring.ShapeStringTaskPanelCmd.sourceCmd, DraftGui.DraftToolBar.SSizeValue, DraftGui.DraftToolBar.SStringValue, DraftGui.DraftToolBar.STrackValue, DraftGui.DraftToolBar.textValue, e57::Translation.x, e57::Quaternion.x, R2.x, R3.x, uvPtStruct.x, XYZ.x, Base::DualQuat.x, Base::Vector2d.x, Base::Vector3< float >.x, Base::Vector3< _Precision >.x, Base::Vector3< double >.x, Gui::PropertyEditor::PropertyVectorItem.x, Gui::PropertyEditor::PropertyVectorDistanceItem.x, Gui::SelectionChanges.x, Gui::SelectionSingleton::SelObj.x, Gui::SelectionSingleton::_SelObj.x, Gui::DockWnd::SelectionView.x, DraftGui.DraftToolBar.x, importSVG.svgHandler.x, DrawingGui::orthoview.x, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_angular_wedge.x, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.block.x, automotive_design.right_angular_wedge.x, automotive_design.block.x, point3D.x, MeshCore::MeshFastBuilder::Private::Vertex.x, MeshCore::MeshGridIterator::GridElement.x, MeshCore::NODE.x, MeshPart::Vertex.x, MeshPartGui::MeshCrossSection.x, Part::MeshVertex.x, PartGui::DimSelections::DimSelection.x, Mod.PartDesign.Scripts.FilletArc.Vector.x, rotation_generator.refAxis.x, geoff_geometry::Point.x, geoff_geometry::Point3d.x, geoff_geometry::SpanVertex.x, Point.x, PathScripts.PathDressupHoldingTags.Tag.x, Point3D.x, Plot.Line.x, Points::PointsGridIterator::GridElement.x, TechDraw::Vertex.x(), KDL::Vector.x(), KDL::Vector2.x(), Param.x, GCS::Point.x, GCS::DeriVector2.x, e57::Translation.y, e57::Quaternion.y, R2.y, R3.y, uvPtStruct.y, XYZ.y, Base::DualQuat.y, Base::Vector2d.y, Base::Vector3< float >.y, Base::Vector3< double >.y, Base::Vector3< _Precision >.y, Gui::PropertyEditor::PropertyVectorItem.y, Gui::PropertyEditor::PropertyVectorDistanceItem.y, Gui::SelectionChanges.y, Gui::SelectionSingleton::SelObj.y, Gui::SelectionSingleton::_SelObj.y, Gui::DockWnd::SelectionView.y, DraftGui.DraftToolBar.y, importSVG.svgHandler.y, DrawingGui::orthoview.y, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_angular_wedge.y, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.block.y, automotive_design.right_angular_wedge.y, automotive_design.block.y, point3D.y, MeshCore::MeshFastBuilder::Private::Vertex.y, MeshCore::MeshGridIterator::GridElement.y, MeshCore::NODE.y, MeshPart::Vertex.y, MeshPartGui::MeshCrossSection.y, Part::MeshVertex.y, PartGui::DimSelections::DimSelection.y, Mod.PartDesign.Scripts.FilletArc.Vector.y, rotation_generator.refAxis.y, geoff_geometry::Point.y, geoff_geometry::Point3d.y, Point.y, PathScripts.PathDressupHoldingTags.Tag.y, Point3D.y, Plot.Line.y, Points::PointsGridIterator::GridElement.y, KDL::Vector.y(), KDL::Vector2.y(), geoff_geometry::SpanVertex.y, Param.y, GCS::Point.y, GCS::DeriVector2.y, TechDraw::Vertex.y(), e57::Translation.z, e57::Quaternion.z, R3.z, Multitype.z, XYZ.z, Base::DualQuat.z, Base::Vector3< double >.z, Base::Vector3< float >.z, Base::Vector3< _Precision >.z, Gui::PropertyEditor::PropertyVectorItem.z, Gui::PropertyEditor::PropertyVectorDistanceItem.z, Gui::SelectionChanges.z, Gui::SelectionSingleton::SelObj.z, Gui::SelectionSingleton::_SelObj.z, Gui::DockWnd::SelectionView.z, importSH3D.SH3DHandler.z, DraftGui.DraftToolBar.z, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.axis1_placement.z(), ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.right_angular_wedge.z, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.block.z, automotive_design.axis1_placement.z(), automotive_design.right_angular_wedge.z, automotive_design.block.z, config_control_design.axis1_placement.z(), point3D.z, ifc2x3.ifcaxis1placement.z(), ifc4.ifcaxis1placement.z(), MeshCore::MeshFastBuilder::Private::Vertex.z, MeshCore::MeshGridIterator::GridElement.z, MeshCore::NODE.z, MeshPart::Vertex.z, MeshPartGui::MeshCrossSection.z, Part::MeshVertex.z, PartGui::DimSelections::DimSelection.z, Mod.PartDesign.Scripts.FilletArc.Vector.z, rotation_generator.refAxis.z, geoff_geometry::Point3d.z, PathScripts.PathDressupHoldingTags.Tag.z, PathScripts.PathDressupTag.TagSolid.z, Point3D.z, Points::PointsGridIterator::GridElement.z, KDL::Vector.z(), and Param.z.
Referenced by DraftGui.DraftToolBar.checklength(), and DraftGui.DraftToolBar.checky().
def DraftGui.DraftToolBar.validateSNumeric | ( | self | ) |
send valid numeric parameters to ShapeString
References DraftGui.DraftToolBar.labelSSize, DraftGui.DraftToolBar.labelSTrack, DraftGui.DraftToolBar.sourceCmd, drafttaskpanels.task_scale.ScaleTaskPanel.sourceCmd, drafttaskpanels.task_shapestring.ShapeStringTaskPanelCmd.sourceCmd, DraftGui.DraftToolBar.SSize, and DraftGui.DraftToolBar.STrack.
def DraftGui.DraftToolBar.validateSString | ( | self | ) |
send a valid text string to ShapeString as unicode
References DraftGui.DraftToolBar.labelSString, DraftGui.DraftToolBar.sourceCmd, drafttaskpanels.task_scale.ScaleTaskPanel.sourceCmd, drafttaskpanels.task_shapestring.ShapeStringTaskPanelCmd.sourceCmd, and DraftGui.DraftToolBar.SStringValue.
def DraftGui.DraftToolBar.wipeLine | ( | self | ) |
wipes existing segments of a line
References DraftGui.DraftToolBar.sourceCmd, drafttaskpanels.task_scale.ScaleTaskPanel.sourceCmd, and drafttaskpanels.task_shapestring.ShapeStringTaskPanelCmd.sourceCmd.
Referenced by DraftGui.DraftToolBar.checkSpecialChars().
def DraftGui.DraftToolBar.wireUi | ( | self, | |
title = translate("draft", "DWire") , |
|||
cancel = None , |
|||
extra = None , |
|||
getcoords = None , |
|||
rel = False , |
|||
icon = "Draft_Wire" |
|||
) |
References Gui::Dialog::Ui_DlgMacroExecute.closeButton, Gui::Dialog::Ui_DlgParameter.closeButton, Gui::Dialog::Ui_Placement.closeButton, Gui::Dialog::Ui_SceneInspector.closeButton, TestGui::Ui_UnitTest.closeButton, Gui::SearchBar.closeButton, DraftGui.DraftToolBar.closeButton, ArchPanel.CommandPanel.continueCmd, ArchStructure._CommandStructure.continueCmd, ArchWall._CommandWall.continueCmd, DraftGui.DraftToolBar.continueCmd, DraftGui.DraftToolBar.finishButton, DraftGui.DraftToolBar.hasFill, DraftGui.DraftToolBar.orientWPButton, DraftGui.DraftToolBar.pointUi(), DraftGui.DraftToolBar.show(), DraftGui.DraftToolBar.undoButton, DraftGui.DraftToolBar.wipeButton, Spreadsheet_legacy.SpreadsheetView.wipeButton, Gui::LocationWidget.xValue, DraftGui.DraftToolBar.xValue, drafttaskpanels.task_scale.ScaleTaskPanel.xValue, Gui::LocationWidget.yValue, DraftGui.DraftToolBar.yValue, and drafttaskpanels.task_scale.ScaleTaskPanel.yValue.
DraftGui.DraftToolBar.alock |
Referenced by DraftGui.DraftToolBar.constrain(), and DraftGui.DraftToolBar.toggleAngle().
DraftGui.DraftToolBar.angle |
Referenced by drafttaskpanels.task_polararray.TaskPanelPolarArray.accept(), PathScripts.PathDressupDogbone.Bone.adaptiveLength(), draftguitools.gui_rotate.Rotate.build_copy_subelements_command(), draftguitools.gui_rotate.Rotate.build_rotate_subelements_command(), DraftGui.DraftToolBar.changeAngleValue(), PathScripts.PathDressupDogbone.Bone.corner(), drafttaskpanels.task_polararray.TaskPanelPolarArray.create_object(), PathScripts.PathDressupHoldingTags.Tag.createSolidsAt(), PathScripts.PathDressupDogbone.Bone.distance(), draftguitools.gui_arcs.Arc.drawArc(), PathScripts.PathDressupRampEntry.ObjectDressup.execute(), PathScripts.PathDressupRampEntry.ObjectDressup.generateRamps(), PathScripts.PathArray.PathArray.getPath(), draftguitools.gui_arcs.Arc.numericRadius(), draftguitools.gui_rotate.Rotate.numericRadius(), drafttaskpanels.task_polararray.TaskPanelPolarArray.print_messages(), DraftGui.DraftToolBar.reset_ui_values(), draftguitools.gui_rotate.Rotate.rotate_object(), DraftGui.DraftToolBar.toggleAngle(), DraftGui.DraftToolBar.update_cartesian_coords(), DraftGui.DraftToolBar.update_spherical_coords(), draftguitools.gui_arcs.Arc.updateAngle(), and drafttaskpanels.task_polararray.TaskPanelPolarArray.validate_input().
DraftGui.DraftToolBar.angleLock |
DraftGui.DraftToolBar.angleValue |
DraftGui.DraftToolBar.autogroup |
Referenced by DraftGui.DraftToolBar.setAutoGroup().
DraftGui.DraftToolBar.autoGroupButton |
Referenced by DraftGui.DraftToolBar.retranslateTray(), and DraftGui.DraftToolBar.setAutoGroup().
DraftGui.DraftToolBar.avalue |
DraftGui.DraftToolBar.baseWidget |
Referenced by DraftGui.DraftToolBar.checkSpecialChars(), ArchIFCView.IfcContextUI.createFormEntry(), ArchIFCView.IfcContextUI.createLabel(), ArchIFCView.IfcContextUI.createLineEdit(), DraftGui.DraftToolBar.offUi(), DraftGui.DraftToolBar.pickFile(), DraftGui.DraftToolBar.relocate(), DraftGui.DraftToolBar.setTitle(), DraftGui.DraftToolBar.setupStyle(), and DraftGui.DraftToolBar.taskUi().
DraftGui.DraftToolBar.bottomtray |
DraftGui.DraftToolBar.callback |
Referenced by qtunittest.GUITestResult.addError(), Mod.Test.unittestgui.GUITestResult.addError(), qtunittest.GUITestResult.addFailure(), Mod.Test.unittestgui.GUITestResult.addFailure(), ArchStructure.StructSelectionObserver.addSelection(), PathScripts.PathCamoticsGui.CamoticsSimulation.execute(), qtunittest.GUITestResult.startTest(), Mod.Test.unittestgui.GUITestResult.startTest(), qtunittest.GUITestResult.stopTest(), and Mod.Test.unittestgui.GUITestResult.stopTest().
DraftGui.DraftToolBar.cancel |
Referenced by DraftGui.DraftToolBar.finish(), DraftGui.DraftToolBar.offUi(), and DraftGui.DraftToolBar.pointUi().
DraftGui.DraftToolBar.chooserButton |
DraftGui.DraftToolBar.closeButton |
DraftGui.DraftToolBar.cmdlabel |
Referenced by DraftGui.DraftToolBar.retranslateUi(), and DraftGui.DraftToolBar.setTitle().
DraftGui.DraftToolBar.color |
Referenced by ArchSite.Compass.buildCoordinates(), draftviewproviders.view_dimension.ViewProviderLinearDimension.draw_dim_arrows(), draftviewproviders.view_dimension.ViewProviderAngularDimension.draw_dim_arrows(), draftviewproviders.view_dimension.ViewProviderLinearDimension.draw_dim_overshoot(), draftviewproviders.view_dimension.ViewProviderLinearDimension.draw_ext_overshoot(), draftguitools.gui_trimex.Trimex.finish(), importSVG.svgHandler.format(), DraftGui.DraftToolBar.getcol(), DraftGui.DraftToolBar.getDefaultColor(), PathScripts.PathDressupDogbone.Marker.highlight(), PathScripts.PathDressupDogbone.Marker.lowlight(), ArchPanel.ViewProviderPanelCut.onChanged(), ArchPanel.ViewProviderPanelSheet.onChanged(), draftviewproviders.view_dimension.ViewProviderLinearDimension.onChanged(), draftviewproviders.view_dimension.ViewProviderAngularDimension.onChanged(), FeaturePython.ViewProviderOctahedron.onChanged(), Mod.Test.unittestgui.ProgressBar.paint(), draftguitools.gui_trackers.editTracker.setColor(), PathScripts.PathDressupTagGui.HoldingTagMarker.setEnabled(), and DraftGui.DraftToolBar.setStyleButton().
DraftGui.DraftToolBar.commands |
Referenced by PathScripts.PathDressupHoldingTags.MapWireToTag.add().
DraftGui.DraftToolBar.constrButton |
Referenced by DraftGui.DraftToolBar.isConstructionMode(), and DraftGui.DraftToolBar.retranslateTray().
DraftGui.DraftToolBar.constrColor |
DraftGui.DraftToolBar.constrMode |
DraftGui.DraftToolBar.continueCmd |
Referenced by ArchStructure.CommandStructuralSystem.Activated(), DraftGui.DraftToolBar.arcUi(), DraftGui.DraftToolBar.checkSpecialChars(), DraftGui.DraftToolBar.escape(), DraftGui.DraftToolBar.extUi(), ArchPanel.CommandPanel.getPoint(), DraftGui.DraftToolBar.lineUi(), DraftGui.DraftToolBar.modUi(), DraftGui.DraftToolBar.offUi(), DraftGui.DraftToolBar.retranslateUi(), ArchPanel.CommandPanel.setContinue(), DraftGui.DraftToolBar.setContinue(), DraftGui.DraftToolBar.SSizeUi(), DraftGui.DraftToolBar.SSUi(), DraftGui.DraftToolBar.toggleContinue(), and DraftGui.DraftToolBar.wireUi().
DraftGui.DraftToolBar.continueMode |
DraftGui.DraftToolBar.crossedViews |
DraftGui.DraftToolBar.draftWidget |
DraftGui.DraftToolBar.facecolor |
Referenced by DraftGui.DraftToolBar.getfacecol(), and DraftGui.DraftToolBar.setStyleButton().
DraftGui.DraftToolBar.FFileValue |
DraftGui.DraftToolBar.fillmode |
Referenced by DraftGui.DraftToolBar.setFill().
DraftGui.DraftToolBar.finishButton |
DraftGui.DraftToolBar.fontsize |
Referenced by DraftGui.DraftToolBar.setfontsize(), and DraftGui.DraftToolBar.setStyleButton().
DraftGui.DraftToolBar.form |
Referenced by ArchSchedule.ArchScheduleTaskPanel.accept(), draftguitools.gui_hatch.Draft_Hatch_TaskPanel.accept(), draftguitools.gui_setstyle.Draft_SetStyle_TaskPanel.accept(), drafttaskpanels.task_shapestring.ShapeStringTaskPanelEdit.accept(), Mod.PartDesign.WizardShaft.WizardShaft.TaskWizardShaft.accept(), PathScripts.PathJobGui.StockEdit.activate(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.Activated(), ArchSchedule.ArchScheduleTaskPanel.add(), OpenSCADCommands.AddSCADTask.addelement(), TaskPanel.TaskPanel.addElement(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.addSelection(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.attachmentOffsetChanged(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.bestGuessForFilePath(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.browseDefaultFilePath(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.browseDefaultJobTemplate(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.browseOutputFile(), PathScripts.PathCamoticsGui.CAMoticsUI.calculating(), femtaskpanels.task_solver_ccxtools._TaskPanel.calculixFinished(), femtaskpanels.task_solver_ccxtools._TaskPanel.calculixStarted(), femtaskpanels.task_solver_ccxtools._TaskPanel.check_prerequisites_helper(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.checkBoxFlipClicked(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCustom(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCustomThreadLength(), PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.checkedChanged(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.checkXpos(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.checkYpos(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.checkZpos(), femtaskpanels.task_mesh_gmsh._TaskPanel.choose_dimension(), femtaskpanels.task_mesh_gmsh._TaskPanel.choose_order(), femtaskpanels.task_solver_ccxtools._TaskPanel.choose_working_dir(), ArchReference.ArchReferenceTaskPanel.chooseFile(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.cleanupDocument(), ArchSchedule.ArchScheduleTaskPanel.clear(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboFinishNorm(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNorm(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNormBoltWasher(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNormDia(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboThreadDia(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboThreadNorm(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboTolerance(), PathPythonGui.simple_edit_panel.SimpleEditPanel.connectWidget(), femtaskpanels.task_mesh_gmsh._TaskPanel.console_log(), feminout.importFenicsMesh.WriteXDMFTaskPanel.convert_fem_mesh_obj_to_table(), feminout.importFenicsMesh.WriteXDMFTaskPanel.convert_table_to_group_dict(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.copyNewTags(), PathScripts.PathToolLibraryEditor.EditorPanel.copyTools(), PathScripts.PathPropertyBagGui.PropertyCreate.createAnother(), PathScripts.PathFeatureExtensionsGui.TaskPanelExtensionPage.createItemForBaseModel(), drafttaskpanels.task_shapestring.ShapeStringTaskPanelCmd.createObject(), PathScripts.PathFeatureExtensionsGui.TaskPanelExtensionPage.currentExtensions(), PathScripts.PathSlotGui.TaskPanelOpPage.customizeReference_1(), PathScripts.PathSlotGui.TaskPanelOpPage.customizeReference_2(), PathScripts.PathToolLibraryEditor.EditorPanel.delete(), PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.deleteBase(), PathScripts.PathOpGui.TaskPanelBaseGeometryPage.deleteBase(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.display_point(), drafttaskpanels.task_polararray.TaskPanelPolarArray.display_point(), OpenSCADCommands.OpenSCADMeshBooleanTask.doboolean(), PathScripts.PathToolLibraryEditor.EditorPanel.duplicate(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.editorFrame(), PathScripts.PathJobGui.StockCreateBoxEdit.editorFrame(), PathScripts.PathJobGui.StockCreateCylinderEdit.editorFrame(), PathScripts.PathJobGui.StockFromExistingEdit.editorFrame(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.editSelectedTag(), PathScripts.PathToolLibraryEditor.EditorPanel.editTool(), PathScripts.PathToolBitLibraryGui.ToolBitSelector.enableButtons(), PathScripts.PathPropertyBagGui.PropertyCreate.exec_(), PathScripts.PathToolLibraryEditor.EditorPanel.exportFile(), femtaskpanels.task_solver_ccxtools._TaskPanel.femConsoleMessage(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.fill_editor(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.generateNewTags(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.get_center(), drafttaskpanels.task_polararray.TaskPanelPolarArray.get_center(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.get_distances(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.get_intervals(), drafttaskpanels.task_polararray.TaskPanelPolarArray.get_number_angle(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.get_number_symmetry(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.get_numbers(), ArchPanel.NestTaskPanel.getContainer(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.getCurrentMode(), PathScripts.PathDressupAxisMap.TaskPanel.getFields(), PathScripts.PathDressupDogbone.TaskPanel.getFields(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.getFields(), PathScripts.PathJobGui.TaskPanel.getFields(), PathScripts.PathSetupSheetGui.GlobalEditor.getFields(), PathScripts.PathAdaptiveGui.TaskPanelOpPage.getFields(), PathScripts.PathCustomGui.TaskPanelOpPage.getFields(), PathScripts.PathDeburrGui.TaskPanelOpPage.getFields(), PathScripts.PathDrillingGui.TaskPanelOpPage.getFields(), PathScripts.PathEngraveGui.TaskPanelOpPage.getFields(), PathScripts.PathFeatureExtensionsGui.TaskPanelExtensionPage.getFields(), PathScripts.PathHelixGui.TaskPanelOpPage.getFields(), PathScripts.PathJobGui.StockFromExistingEdit.getFields(), PathScripts.PathPocketBaseGui.TaskPanelOpPage.getFields(), PathScripts.PathProbeGui.TaskPanelOpPage.getFields(), PathScripts.PathProfileGui.TaskPanelOpPage.getFields(), PathScripts.PathSlotGui.TaskPanelOpPage.getFields(), PathScripts.PathSurfaceGui.TaskPanelOpPage.getFields(), PathScripts.PathThreadMillingGui.TaskPanelOpPage.getFields(), PathScripts.PathVcarveGui.TaskPanelOpPage.getFields(), PathScripts.PathWaterlineGui.TaskPanelOpPage.getFields(), PathScripts.PathJobGui.StockCreateBoxEdit.getFields(), PathScripts.PathJobGui.StockCreateCylinderEdit.getFields(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.getFieldsStock(), ArchPanel.NestTaskPanel.getShapes(), PathScripts.PathAdaptiveGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathCustomGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathDeburrGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathDrillingGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathEngraveGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathFeatureExtensionsGui.TaskPanelExtensionPage.getSignalsForUpdate(), PathScripts.PathHelixGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathOpGui.TaskPanelHeightsPage.getSignalsForUpdate(), PathScripts.PathOpGui.TaskPanelDepthsPage.getSignalsForUpdate(), PathScripts.PathOpGui.TaskPanelDiametersPage.getSignalsForUpdate(), PathScripts.PathPocketBaseGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathProbeGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathProfileGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathSlotGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathSurfaceGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathThreadMillingGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathVcarveGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathWaterlineGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.getTags(), femsolver.elmer.equations.equation.ViewProxy.getTaskWidget(), PathScripts.PathToolLibraryEditor.EditorPanel.getToolTableByName(), draftguitools.gui_setstyle.Draft_SetStyle_TaskPanel.getValues(), PathScripts.PathOpGui.TaskPanelBaseGeometryPage.importBaseGeometry(), ArchSchedule.ArchScheduleTaskPanel.importCSV(), PathScripts.PathToolLibraryEditor.EditorPanel.importFile(), PathScripts.PathCamoticsGui.CAMoticsUI.initializeUI(), PathScripts.PathOpGui.TaskPanelHeightsPage.initPage(), PathScripts.PathOpGui.TaskPanelDepthsPage.initPage(), PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.itemActivated(), PathScripts.PathOpGui.TaskPanelBaseGeometryPage.itemActivated(), PathScripts.PathOpGui.TaskPanelBaseLocationPage.itemActivated(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryNew(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryOk(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryPath(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.librarySaveAs(), PathScripts.PathToolBitLibraryGui.ToolBitSelector.loadData(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.loadData(), draftguitools.gui_setstyle.Draft_SetStyle_TaskPanel.loadDefaults(), OpenSCADCommands.AddSCADTask.loadelement(), PathScripts.PathDressupTagPreferences.HoldingTagPreferences.loadSettings(), PathScripts.PathPreferencesAdvanced.AdvancedPreferencesPage.loadSettings(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.loadSettings(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.loadStockSettings(), PathScripts.PathToolLibraryEditor.EditorPanel.loadTable(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.loadToolSettings(), PathScripts.PathToolLibraryEditor.EditorPanel.loadToolTables(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.lockoff(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.lockon(), PathScripts.PathCamoticsGui.CAMoticsUI.makeCamoticsFile(), DraftGui.DraftToolBar.makeDumbTask(), PathScripts.PathJobGui.TaskPanel.modelMove(), PathScripts.PathJobGui.TaskPanel.modelRotate(), PathScripts.PathJobGui.TaskPanel.modelSet0(), PathScripts.PathToolLibraryEditor.EditorPanel.moveDown(), PathScripts.PathToolLibraryEditor.EditorPanel.moveUp(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.on_delete(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.on_import(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.on_rename(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.on_style_changed(), draftguitools.gui_setstyle.Draft_SetStyle_TaskPanel.onApplyDim(), draftguitools.gui_setstyle.Draft_SetStyle_TaskPanel.onApplyStyle(), draftguitools.gui_hatch.Draft_Hatch_TaskPanel.onFileChanged(), draftguitools.gui_setstyle.Draft_SetStyle_TaskPanel.onLoadStyle(), PathScripts.PathJobGui.TaskPanel.open(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.open(), PathScripts.PathToolBitLibraryGui.ToolBitSelector.open(), PathScripts.PathJobGui.TaskPanel.operationDelete(), PathScripts.PathJobGui.TaskPanel.operationMoveDown(), PathScripts.PathJobGui.TaskPanel.operationMoveUp(), PathScripts.PathJobGui.TaskPanel.operationSelect(), TechDrawTools.TaskMoveView.TaskMoveView.pickFromPage(), TechDrawTools.TaskShareView.TaskShareView.pickFromPage(), TechDrawTools.TaskMoveView.TaskMoveView.pickToPage(), TechDrawTools.TaskShareView.TaskShareView.pickToPage(), TechDrawTools.TaskMoveView.TaskMoveView.pickView(), TechDrawTools.TaskShareView.TaskShareView.pickView(), PathScripts.PathPropertyBagGui.TaskPanel.propertyAdd(), PathScripts.PathPropertyBagGui.PropertyCreate.propertyEnumerations(), PathScripts.PathPropertyBagGui.PropertyCreate.propertyGroup(), PathScripts.PathPropertyBagGui.PropertyCreate.propertyInfo(), PathScripts.PathPropertyBagGui.TaskPanel.propertyModify(), PathScripts.PathPropertyBagGui.PropertyCreate.propertyName(), PathScripts.PathPropertyBagGui.TaskPanel.propertyRemove(), PathScripts.PathPropertyBagGui.TaskPanel.propertySelected(), PathScripts.PathPropertyBagGui.PropertyCreate.propertyType(), PathScripts.PathToolEdit.ToolEditorImage.quantityCuttingEdgeAngle(), PathScripts.PathToolEdit.ToolEditorDrill.quantityCuttingEdgeAngle(), PathScripts.PathToolEdit.ToolEditorImage.quantityCuttingEdgeHeight(), PathScripts.PathToolEdit.ToolEditorImage.quantityDiameter(), PathScripts.PathToolEdit.ToolEditorImage.quantityFlatRadius(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.readParameters(), PathScripts.PathToolBitEdit.ToolBitEditor.refresh(), PathScripts.PathToolControllerGui.ToolControllerEditor.refresh(), PathScripts.PathToolEdit.ToolEditor.refresh(), OpenSCADCommands.AddSCADTask.refreshelement(), PathScripts.PathJobGui.TaskPanel.refreshStock(), PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.registerSignalHandlers(), PathScripts.PathDeburrGui.TaskPanelOpPage.registerSignalHandlers(), PathScripts.PathDrillingGui.TaskPanelOpPage.registerSignalHandlers(), PathScripts.PathFeatureExtensionsGui.TaskPanelExtensionPage.registerSignalHandlers(), PathScripts.PathOpGui.TaskPanelBaseGeometryPage.registerSignalHandlers(), PathScripts.PathOpGui.TaskPanelBaseLocationPage.registerSignalHandlers(), PathScripts.PathOpGui.TaskPanelDepthsPage.registerSignalHandlers(), PathScripts.PathProfileGui.TaskPanelOpPage.registerSignalHandlers(), PathScripts.PathSurfaceGui.TaskPanelOpPage.registerSignalHandlers(), PathScripts.PathThreadMillingGui.TaskPanelOpPage.registerSignalHandlers(), PathScripts.PathWaterlineGui.TaskPanelOpPage.registerSignalHandlers(), ArchSchedule.ArchScheduleTaskPanel.reject(), ArchSchedule.ArchScheduleTaskPanel.remove(), ArchPanel.NestTaskPanel.removeShapes(), PathScripts.PathToolLibraryEditor.EditorPanel.renameTable(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.reset_point(), drafttaskpanels.task_polararray.TaskPanelPolarArray.reset_point(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.reset_v(), PathScripts.PathOpGui.TaskPanelPage.resetToolController(), PathScripts.PathOpGui.TaskPanelBaseGeometryPage.resizeBaseList(), PathScripts.PathFeatureExtensionsGui.TaskPanelExtensionPage.restoreSelection(), ArchCommands.SurveyTaskPanel.retranslateUi(), ArchProfile.ProfileTaskPanel.retranslateUi(), ArchGrid.ArchGridTaskPanel.retranslateUi(), drafttaskpanels.task_scale.ScaleTaskPanel.retranslateUi(), OpenSCADCommands.AddSCADTask.saveelement(), PathScripts.PathDressupTagPreferences.HoldingTagPreferences.saveSettings(), PathScripts.PathPreferencesAdvanced.AdvancedPreferencesPage.saveSettings(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.saveSettings(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.saveStockSettings(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.saveToolsSettings(), ArchSchedule.ArchScheduleTaskPanel.select(), femtaskpanels.task_solver_ccxtools._TaskPanel.select_analysis_type(), PathScripts.PathToolBitLibraryGui.ToolBitSelector.selectedOrAllTools(), PathScripts.PathToolBitEdit.ToolBitEditor.selectShape(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.selectTagWithId(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.set_focus(), drafttaskpanels.task_polararray.TaskPanelPolarArray.set_focus(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.set_fuse(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.set_fuse(), drafttaskpanels.task_polararray.TaskPanelPolarArray.set_fuse(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.set_link(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.set_link(), drafttaskpanels.task_polararray.TaskPanelPolarArray.set_link(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.set_widget_callbacks(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.set_widget_callbacks(), drafttaskpanels.task_polararray.TaskPanelPolarArray.set_widget_callbacks(), ArchPanel.NestTaskPanel.setCounter(), PathScripts.PathToolLibraryEditor.EditorPanel.setCurrentToolTableByName(), PathScripts.PathFeatureExtensionsGui.TaskPanelExtensionPage.setExtensions(), PathScripts.PathDressupDogbone.TaskPanel.setFields(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.setFields(), PathScripts.PathDressupZCorrect.TaskPanel.setFields(), PathScripts.PathJobGui.TaskPanel.setFields(), PathScripts.PathAdaptiveGui.TaskPanelOpPage.setFields(), PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.setFields(), PathScripts.PathCustomGui.TaskPanelOpPage.setFields(), PathScripts.PathDeburrGui.TaskPanelOpPage.setFields(), PathScripts.PathDrillingGui.TaskPanelOpPage.setFields(), PathScripts.PathEngraveGui.TaskPanelBaseGeometryPage.setFields(), PathScripts.PathEngraveGui.TaskPanelOpPage.setFields(), PathScripts.PathFeatureExtensionsGui.TaskPanelExtensionPage.setFields(), PathScripts.PathHelixGui.TaskPanelOpPage.setFields(), PathScripts.PathJobGui.StockFromExistingEdit.setFields(), PathScripts.PathPocketBaseGui.TaskPanelOpPage.setFields(), PathScripts.PathProbeGui.TaskPanelOpPage.setFields(), PathScripts.PathProfileGui.TaskPanelOpPage.setFields(), PathScripts.PathSlotGui.TaskPanelOpPage.setFields(), PathScripts.PathSurfaceGui.TaskPanelOpPage.setFields(), PathScripts.PathThreadMillingGui.TaskPanelOpPage.setFields(), PathScripts.PathVcarveGui.TaskPanelBaseGeometryPage.setFields(), PathScripts.PathVcarveGui.TaskPanelOpPage.setFields(), PathScripts.PathWaterlineGui.TaskPanelOpPage.setFields(), PathScripts.PathCustomGui.TaskPanelOpPage.setGCode(), ArchMaterial.MultiMaterialDelegate.setModelData(), PathScripts.PathProbeGui.TaskPanelOpPage.SetOutputFileName(), drafttaskpanels.task_shapestring.ShapeStringTaskPanel.setPoint(), PathScripts.PathJobGui.TaskPanel.setPostProcessorOutputFile(), PathScripts.PathDressupZCorrect.TaskPanel.SetProbePointFileName(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.setProcessorListTooltip(), PathScripts.PathCamoticsGui.CAMoticsUI.setRunTime(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.setupStock(), PathScripts.PathToolBitEdit.ToolBitEditor.setupTool(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi(), PathScripts.PathDressupDogbone.TaskPanel.setupUi(), PathScripts.PathDressupLeadInOut.TaskDressupLeadInOut.setupUi(), PathScripts.PathDressupPathBoundaryGui.TaskPanel.setupUi(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.setupUi(), PathScripts.PathPropertyBagGui.TaskPanel.setupUi(), PathScripts.PathSetupSheetGui.OpTaskPanel.setupUi(), PathScripts.PathSetupSheetGui.OpsDefaultEditor.setupUi(), PathScripts.PathSetupSheetGui.GlobalEditor.setupUi(), PathScripts.PathToolBitEdit.ToolBitEditor.setupUI(), PathScripts.PathToolBitLibraryGui.ToolBitSelector.setupUI(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.setupUI(), PathScripts.PathToolControllerGui.ToolControllerEditor.setupUi(), PathScripts.PathToolEdit.ToolEditorDefault.setupUI(), PathScripts.PathToolEdit.ToolEditorImage.setupUI(), PathScripts.PathToolEdit.ToolEditor.setupUI(), PathScripts.PathToolLibraryEditor.EditorPanel.setupUi(), PathScripts.PathJobGui.TaskPanel.setupUi(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.setupUi(), PathScripts.PathJobGui.StockCreateBoxEdit.setupUi(), PathScripts.PathJobGui.StockCreateCylinderEdit.setupUi(), PathScripts.PathJobGui.StockFromExistingEdit.setupUi(), draftguitools.gui_setstyle.Draft_SetStyle_TaskPanel.setValues(), TechDrawTools.TaskMoveView.TaskMoveView.setValues(), TechDrawTools.TaskShareView.TaskShareView.setValues(), PathScripts.PathFeatureExtensionsGui.TaskPanelExtensionPage.showHideExtension(), Mod.PartDesign.SprocketFeature.SprocketTaskPanel.sprocketReferenceChanged(), ArchPanel.NestTaskPanel.start(), ArchPanel.NestTaskPanel.stop(), PathScripts.PathToolLibraryEditor.EditorPanel.tableSelected(), PathScripts.PathJobGui.TaskPanel.toolControllerDelete(), PathScripts.PathJobGui.TaskPanel.toolControllerEdit(), PathScripts.PathJobGui.TaskPanel.toolControllerSelect(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.toolEdit(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.toolSelect(), PathScripts.PathToolLibraryEditor.EditorPanel.toolSelectionChanged(), Mod.PartDesign.SprocketFeature.SprocketTaskPanel.transferFrom(), Mod.PartDesign.SprocketFeature.SprocketTaskPanel.transferTo(), ArchAxisSystem.AxisSystemTaskPanel.update(), ArchSectionPlane.SectionPlaneTaskPanel.update(), DraftGui.FacebinderTaskPanel.update(), femtaskpanels.task_mesh_gmsh._TaskPanel.update(), femtaskpanels.task_solver_ccxtools._TaskPanel.update(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.update_style(), femtaskpanels.task_mesh_gmsh._TaskPanel.update_timer_text(), PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.updateBase(), PathScripts.PathEngraveGui.TaskPanelBaseGeometryPage.updateBase(), PathScripts.PathOpGui.TaskPanelBaseGeometryPage.updateBase(), PathScripts.PathVcarveGui.TaskPanelBaseGeometryPage.updateBase(), PathScripts.PathDressupDogbone.TaskPanel.updateBoneList(), PathScripts.PathFeatureExtensionsGui.TaskPanelExtensionPage.updateData(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.updateDefaultPostProcessorToolTip(), PathScripts.PathDressupPathBoundaryGui.TaskPanel.updateDressup(), PathScripts.PathDeburrGui.TaskPanelOpPage.updateExtraDepth(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.updateListOfModes(), femsolver.solver_taskpanel.ControlTaskPanel.updateMachine(), PathScripts.PathDressupDogbone.TaskPanel.updateMarkers(), PathScripts.PathPocketBaseGui.TaskPanelOpPage.updateMinTravel(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.updatePreview(), PathScripts.PathJobGui.TaskPanel.updateSelection(), PathScripts.PathToolLibraryEditor.EditorPanel.updateSelection(), PathScripts.PathOpGui.TaskPanelBaseGeometryPage.updateSelection(), PathScripts.PathOpGui.TaskPanelDepthsPage.updateSelection(), PathScripts.PathPreferencesAdvanced.AdvancedPreferencesPage.updateSelection(), PathScripts.PathToolBitEdit.ToolBitEditor.updateShape(), PathScripts.PathCamoticsGui.CAMoticsUI.updateStatus(), PathScripts.PathDressupPathBoundaryGui.TaskPanel.updateStockEditor(), PathScripts.PathJobGui.TaskPanel.updateStockEditor(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.updateTagsView(), femtaskpanels.task_solver_ccxtools._TaskPanel.UpdateText(), PathScripts.PathToolBitEdit.ToolBitEditor.updateTool(), PathScripts.PathToolEdit.ToolEditorDefault.updateTool(), PathScripts.PathToolEdit.ToolEditor.updateTool(), PathScripts.PathJobGui.TaskPanel.updateToolController(), PathScripts.PathToolControllerGui.ToolControllerEditor.updateToolController(), PathScripts.PathJobGui.TaskPanel.updateTooltips(), PathScripts.PathToolEdit.ToolEditor.updateToolType(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI(), PathScripts.PathDressupAxisMap.TaskPanel.updateUI(), PathScripts.PathDressupDogbone.TaskPanel.updateUI(), PathScripts.PathPropertyBagGui.PropertyCreate.updateUI(), PathScripts.PathSetupSheetGui.GlobalEditor.updateUI(), PathScripts.PathToolBitEdit.ToolBitEditor.updateUI(), PathScripts.PathToolControllerGui.ToolControllerEditor.updateUi(), PathScripts.PathToolEdit.ToolEditorDefault.updateUI(), PathScripts.PathToolEdit.ToolEditorImage.updateUI(), PathScripts.PathToolEdit.ToolEditor.updateUI(), PathScripts.PathProfileGui.TaskPanelOpPage.updateVisibility(), PathScripts.PathSlotGui.TaskPanelOpPage.updateVisibility(), PathScripts.PathSurfaceGui.TaskPanelOpPage.updateVisibility(), PathScripts.PathWaterlineGui.TaskPanelOpPage.updateVisibility(), femsolver.solver_taskpanel.ControlTaskPanel.updateWidget(), PathScripts.PathDeburrGui.TaskPanelOpPage.updateWidth(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.updateXpos(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.updateYpos(), PathScripts.PathPocketBaseGui.TaskPanelOpPage.updateZigZagAngle(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.updateZpos(), drafttaskpanels.task_polararray.TaskPanelPolarArray.validate_input(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.validate_input(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.validate_input(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.verifyAndUpdateDefaultPostProcessor(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.verifyAndUpdateDefaultPostProcessorWith(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.whenCountChanged(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.whenTagSelectionChanged(), and ArchSchedule.ArchScheduleTaskPanel.writeValues().
DraftGui.DraftToolBar.globalMode |
DraftGui.DraftToolBar.groupmenu |
DraftGui.DraftToolBar.hasFill |
DraftGui.DraftToolBar.input_fields |
Referenced by DraftGui.DraftToolBar.checkSpecialChars().
DraftGui.DraftToolBar.isCenterPlane |
DraftGui.DraftToolBar.isCopy |
DraftGui.DraftToolBar.isGlobal |
DraftGui.DraftToolBar.isRelative |
Referenced by DraftGui.DraftToolBar.arcUi(), DraftGui.DraftToolBar.checkSpecialChars(), DraftGui.DraftToolBar.circleUi(), DraftGui.DraftToolBar.hideXYZ(), DraftGui.DraftToolBar.pointUi(), DraftGui.DraftToolBar.retranslateUi(), DraftGui.DraftToolBar.rotateSetCenterUi(), and DraftGui.DraftToolBar.updateSnapper().
DraftGui.DraftToolBar.isSubelementMode |
DraftGui.DraftToolBar.isTaskOn |
DraftGui.DraftToolBar.labelangle |
DraftGui.DraftToolBar.labelFFile |
DraftGui.DraftToolBar.labellength |
DraftGui.DraftToolBar.labelRadius |
DraftGui.DraftToolBar.labelSSize |
DraftGui.DraftToolBar.labelSString |
DraftGui.DraftToolBar.labelSTrack |
DraftGui.DraftToolBar.labelx |
DraftGui.DraftToolBar.labely |
DraftGui.DraftToolBar.labelz |
DraftGui.DraftToolBar.lastMode |
Referenced by DraftGui.DraftToolBar.editUi().
DraftGui.DraftToolBar.layout |
DraftGui.DraftToolBar.lengthValue |
DraftGui.DraftToolBar.linewidth |
Referenced by DraftGui.DraftToolBar.setStyleButton(), and DraftGui.DraftToolBar.setwidth().
DraftGui.DraftToolBar.lvalue |
DraftGui.DraftToolBar.mask |
Referenced by draftguitools.gui_snapper.Snapper.constrain(), DraftGui.DraftToolBar.constrain(), draftguitools.gui_snapper.Snapper.cstr(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.display_point(), drafttaskpanels.task_polararray.TaskPanelPolarArray.display_point(), DraftGui.DraftToolBar.displayPoint(), draftguitools.gui_snapper.Snapper.getApparentPoint(), draftguitools.gui_snapper.Snapper.off(), DraftGui.DraftToolBar.offUi(), draftguitools.gui_snapper.Snapper.setAngle(), and draftguitools.gui_snapper.Snapper.snapToPolar().
DraftGui.DraftToolBar.mw |
Referenced by PythonQt.MainWindow.aboutQt(), PythonQt.PythonQtWorkbench.Activated(), PythonQt.MainWindow.addCalendar(), PythonQt.PythonQtWorkbench.critical(), PythonQt.MainWindow.critical(), PythonQt.PythonQtWorkbench.Deactivated(), PythonQt.PythonQtWorkbench.information(), PythonQt.MainWindow.information(), PythonQt.MainWindow.question(), PythonQt.MainWindow.setWindowTitle(), PythonQt.PythonQtWorkbench.warning(), and PythonQt.MainWindow.warning().
DraftGui.DraftToolBar.numFaces |
DraftGui.DraftToolBar.numFacesLabel |
Referenced by DraftGui.DraftToolBar.offUi(), and DraftGui.DraftToolBar.retranslateUi().
DraftGui.DraftToolBar.occOffset |
Referenced by DraftGui.DraftToolBar.offUi(), and DraftGui.DraftToolBar.retranslateUi().
DraftGui.DraftToolBar.offset |
DraftGui.DraftToolBar.orientWPButton |
DraftGui.DraftToolBar.panel |
Referenced by PathScripts.PathDressupTagGui.PathDressupTagViewProvider.addSelection(), PathScripts.PathOpGui.ViewProvider.attach(), PathScripts.PathDressupLeadInOut.ViewProviderDressup.clearTaskPanel(), PathScripts.PathDressupPathBoundaryGui.DressupPathBoundaryViewProvider.clearTaskPanel(), PathScripts.PathDressupTagGui.PathDressupTagViewProvider.clearTaskPanel(), PathScripts.PathOpGui.ViewProvider.clearTaskPanel(), PathScripts.PathToolBitGui.ViewProvider.getDisplayMode(), PathScripts.PathDressupPathBoundaryGui.DressupPathBoundaryViewProvider.setupTaskPanel(), PathScripts.PathDressupTagGui.PathDressupTagViewProvider.setupTaskPanel(), PathScripts.PathOpGui.ViewProvider.setupTaskPanel(), DraftGui.DraftToolBar.toggleContinue(), PathScripts.PathOpGui.ViewProvider.unsetEdit(), PathScripts.PathDressupTagGui.PathDressupTagViewProvider.unsetEdit(), PathScripts.PathToolBitGui.ViewProvider.unsetEdit(), PathScripts.PathDressupLeadInOut.ViewProviderDressup.unsetEdit(), PathScripts.PathDressupPathBoundaryGui.DressupPathBoundaryViewProvider.unsetEdit(), and PathScripts.PathOpGui.ViewProvider.updateData().
DraftGui.DraftToolBar.paramcolor |
DraftGui.DraftToolBar.paramconstr |
DraftGui.DraftToolBar.pointButton |
DraftGui.DraftToolBar.pointcallback |
DraftGui.DraftToolBar.promptlabel |
Referenced by DraftGui.DraftToolBar.retranslateUi().
DraftGui.DraftToolBar.pvalue |
DraftGui.DraftToolBar.radius |
Referenced by PathScripts.PathPocketBase.ObjectPocket.areaOpAreaParams(), PathScripts.PathProfile.ObjectProfile.areaOpAreaParams(), PathScripts.PathPocketBase.ObjectPocket.areaOpPathParams(), PathScripts.PathAreaOp.ObjectOp.areaOpSetDefaultValues(), DraftGui.DraftToolBar.changeRadiusValue(), PathScripts.PathDressupHoldingTags.Tag.createSolidsAt(), PathScripts.PathSurface.ObjectSurface.deleteOpVariables(), PathScripts.PathWaterline.ObjectWaterline.deleteOpVariables(), PathScripts.PathOp.ObjectOp.execute(), PathScripts.PathDressupAxisMap.TaskPanel.getFields(), ifc4.ifcsweptdisksolid.innerradiussize(), draftguitools.gui_snapper.Snapper.off(), PathScripts.PathSurfaceSupport.ProcessSelectedFaces.preProcessModel(), DraftGui.DraftToolBar.reset_ui_values(), draftguitools.gui_snapper.Snapper.showradius(), draftguitools.gui_snapper.Snapper.snapToCrossExtensions(), draftguitools.gui_snapper.Snapper.snapToExtensions(), draftguitools.gui_snapper.Snapper.snapToGrid(), draftguitools.gui_snapper.Snapper.snapToHold(), draftguitools.gui_snapper.Snapper.snapToPolar(), PathScripts.PathDressupAxisMap.TaskPanel.updateUI(), DraftGui.DraftToolBar.validatePoint(), automotive_design.right_circular_cone.wr1(), automotive_design.conical_surface.wr1(), config_control_design.conical_surface.wr1(), automotive_design.swept_disk_solid.wr2(), and ifc2x3.ifcsweptdisksolid.wr2().
DraftGui.DraftToolBar.radiusValue |
DraftGui.DraftToolBar.relativeMode |
DraftGui.DraftToolBar.scroll |
DraftGui.DraftToolBar.selectButton |
Referenced by DraftGui.DraftToolBar.offUi(), and DraftGui.DraftToolBar.retranslateUi().
DraftGui.DraftToolBar.sourceCmd |
Referenced by drafttaskpanels.task_scale.ScaleTaskPanel.accept(), DraftGui.DraftToolBar.closeLine(), drafttaskpanels.task_shapestring.ShapeStringTaskPanelCmd.createObject(), DraftGui.DraftToolBar.drawPage(), DraftGui.DraftToolBar.finish(), DraftGui.DraftToolBar.offUi(), DraftGui.DraftToolBar.orientWP(), DraftGui.DraftToolBar.pickFile(), drafttaskpanels.task_scale.ScaleTaskPanel.pickRef(), DraftGui.DraftToolBar.popupTriggered(), drafttaskpanels.task_scale.ScaleTaskPanel.reject(), drafttaskpanels.task_shapestring.ShapeStringTaskPanelCmd.reject(), DraftGui.DraftToolBar.selectEdge(), DraftGui.DraftToolBar.sendText(), DraftGui.DraftToolBar.setCopymode(), drafttaskpanels.task_scale.ScaleTaskPanel.setRelative(), DraftGui.DraftToolBar.setSubelementMode(), drafttaskpanels.task_scale.ScaleTaskPanel.setSubelementMode(), drafttaskpanels.task_scale.ScaleTaskPanel.setValue(), DraftGui.DraftToolBar.undoSegment(), DraftGui.DraftToolBar.updateSnapper(), DraftGui.DraftToolBar.validateFile(), DraftGui.DraftToolBar.validatePoint(), DraftGui.DraftToolBar.validateSNumeric(), DraftGui.DraftToolBar.validateSString(), and DraftGui.DraftToolBar.wipeLine().
DraftGui.DraftToolBar.SSize |
Referenced by DraftGui.DraftToolBar.changeSSizeValue(), and DraftGui.DraftToolBar.validateSNumeric().
DraftGui.DraftToolBar.SSizeValue |
DraftGui.DraftToolBar.SStringValue |
DraftGui.DraftToolBar.state |
DraftGui.DraftToolBar.STrack |
Referenced by DraftGui.DraftToolBar.changeSTrackValue(), and DraftGui.DraftToolBar.validateSNumeric().
DraftGui.DraftToolBar.STrackValue |
DraftGui.DraftToolBar.styleButton |
Referenced by DraftGui.DraftToolBar.retranslateTray(), and DraftGui.DraftToolBar.setStyleButton().
DraftGui.DraftToolBar.taskmode |
Referenced by DraftGui.DraftToolBar.Activated(), DraftGui.DraftToolBar.Deactivated(), DraftGui.DraftToolBar.displayPoint(), DraftGui.DraftToolBar.escape(), DraftGui.DraftToolBar.hide(), DraftGui.DraftToolBar.isConstructionMode(), DraftGui.DraftToolBar.offUi(), DraftGui.DraftToolBar.selectUi(), DraftGui.DraftToolBar.setNextFocus(), DraftGui.DraftToolBar.setTitle(), DraftGui.DraftToolBar.show(), and DraftGui.DraftToolBar.taskUi().
DraftGui.DraftToolBar.textbuffer |
Referenced by DraftGui.DraftToolBar.textUi().
DraftGui.DraftToolBar.textline |
DraftGui.DraftToolBar.textOkButton |
DraftGui.DraftToolBar.textValue |
DraftGui.DraftToolBar.title |
Referenced by PathScripts.PathOpGui.TaskPanelPage.getTitle(), FreeCADInit.FCADLogger.report(), ArchAxisSystem.AxisSystemTaskPanel.retranslateUi(), ArchComponent.ComponentTaskPanel.retranslateUi(), ArchSectionPlane.SectionPlaneTaskPanel.retranslateUi(), DraftGui.FacebinderTaskPanel.retranslateUi(), and ArchGrid.ArchGridTaskPanel.retranslateUi().
DraftGui.DraftToolBar.toptray |
DraftGui.DraftToolBar.tray |
DraftGui.DraftToolBar.uiloader |
DraftGui.DraftToolBar.undoButton |
DraftGui.DraftToolBar.wipeButton |
DraftGui.DraftToolBar.wplabel |
Referenced by DraftGui.DraftToolBar.retranslateTray().
DraftGui.DraftToolBar.x |
Referenced by Mod.PartDesign.Scripts.FilletArc.Vector.add(), DraftGui.DraftToolBar.changeXValue(), importSVG.svgHandler.characters(), PathScripts.PathInspect.GCodeEditorDialog.cleanup(), Mod.PartDesign.Scripts.FilletArc.Vector.cross(), PathScripts.PostUtils.GCodeEditorDialog.done(), Mod.PartDesign.Scripts.FilletArc.Vector.dot(), Mod.PartDesign.Scripts.FilletArc.Vector.length(), Mod.PartDesign.Scripts.FilletArc.Vector.mult(), Mod.PartDesign.Scripts.FilletArc.Vector.norm(), PathScripts.PathDressupHoldingTags.Tag.originAt(), DraftGui.DraftToolBar.pointUi(), DraftGui.DraftToolBar.reset_ui_values(), Mod.PartDesign.Scripts.FilletArc.Vector.sub(), DraftGui.DraftToolBar.update_cartesian_coords(), DraftGui.DraftToolBar.update_spherical_coords(), DraftGui.DraftToolBar.updateSnapper(), DraftGui.DraftToolBar.validatePoint(), and automotive_design.right_angular_wedge.wr1().
DraftGui.DraftToolBar.xValue |
Referenced by DraftGui.DraftToolBar.changeXValue(), DraftGui.DraftToolBar.displayPoint(), DraftGui.DraftToolBar.hideXYZ(), DraftGui.DraftToolBar.lineUi(), DraftGui.DraftToolBar.pointUi(), DraftGui.DraftToolBar.retranslateUi(), DraftGui.DraftToolBar.setFocus(), drafttaskpanels.task_scale.ScaleTaskPanel.setLock(), DraftGui.DraftToolBar.setNextFocus(), drafttaskpanels.task_scale.ScaleTaskPanel.setRelative(), drafttaskpanels.task_scale.ScaleTaskPanel.setSubelementMode(), drafttaskpanels.task_scale.ScaleTaskPanel.setValue(), DraftGui.DraftToolBar.switchUi(), DraftGui.DraftToolBar.update_cartesian_coords(), DraftGui.DraftToolBar.updateSnapper(), and DraftGui.DraftToolBar.wireUi().
DraftGui.DraftToolBar.y |
Referenced by Mod.PartDesign.Scripts.FilletArc.Vector.add(), DraftGui.DraftToolBar.changeYValue(), importSVG.svgHandler.characters(), PathScripts.PathInspect.GCodeEditorDialog.cleanup(), Mod.PartDesign.Scripts.FilletArc.Vector.cross(), PathScripts.PostUtils.GCodeEditorDialog.done(), Mod.PartDesign.Scripts.FilletArc.Vector.dot(), Mod.PartDesign.Scripts.FilletArc.Vector.length(), Mod.PartDesign.Scripts.FilletArc.Vector.mult(), Mod.PartDesign.Scripts.FilletArc.Vector.norm(), PathScripts.PathDressupHoldingTags.Tag.originAt(), DraftGui.DraftToolBar.pointUi(), DraftGui.DraftToolBar.reset_ui_values(), Mod.PartDesign.Scripts.FilletArc.Vector.sub(), DraftGui.DraftToolBar.update_cartesian_coords(), DraftGui.DraftToolBar.update_spherical_coords(), DraftGui.DraftToolBar.updateSnapper(), and DraftGui.DraftToolBar.validatePoint().
DraftGui.DraftToolBar.yValue |
Referenced by DraftGui.DraftToolBar.changeYValue(), DraftGui.DraftToolBar.checkx(), DraftGui.DraftToolBar.displayPoint(), DraftGui.DraftToolBar.hideXYZ(), DraftGui.DraftToolBar.lineUi(), DraftGui.DraftToolBar.pointUi(), DraftGui.DraftToolBar.retranslateUi(), DraftGui.DraftToolBar.setFocus(), drafttaskpanels.task_scale.ScaleTaskPanel.setLock(), DraftGui.DraftToolBar.setNextFocus(), drafttaskpanels.task_scale.ScaleTaskPanel.setRelative(), drafttaskpanels.task_scale.ScaleTaskPanel.setSubelementMode(), drafttaskpanels.task_scale.ScaleTaskPanel.setValue(), DraftGui.DraftToolBar.switchUi(), DraftGui.DraftToolBar.update_cartesian_coords(), and DraftGui.DraftToolBar.wireUi().
DraftGui.DraftToolBar.z |
Referenced by Mod.PartDesign.Scripts.FilletArc.Vector.add(), automotive_design.revolved_area_solid.axis_line(), automotive_design.surface_of_revolution.axis_line(), automotive_design.revolved_face_solid.axis_line(), ifc4.ifcrevolvedareasolid.axisdirectioninxy(), ifc2x3.ifcsurfaceofrevolution.axisline(), ifc2x3.ifcrevolvedareasolid.axisline(), ifc4.ifcsurfaceofrevolution.axisline(), ifc4.ifcrevolvedareasolid.axisline(), PathScripts.PathDressupHoldingTags.Tag.bottom(), DraftGui.DraftToolBar.changeZValue(), PathScripts.PathDressupTag.TagSolid.cloneAt(), PathScripts.PathDressupHoldingTags.Tag.createSolidsAt(), Mod.PartDesign.Scripts.FilletArc.Vector.cross(), Mod.PartDesign.Scripts.FilletArc.Vector.dot(), Mod.PartDesign.Scripts.FilletArc.Vector.length(), Mod.PartDesign.Scripts.FilletArc.Vector.mult(), Mod.PartDesign.Scripts.FilletArc.Vector.norm(), DraftGui.DraftToolBar.pointUi(), DraftGui.DraftToolBar.reset_ui_values(), importSH3D.SH3DHandler.startElement(), Mod.PartDesign.Scripts.FilletArc.Vector.sub(), PathScripts.PathDressupHoldingTags.Tag.top(), DraftGui.DraftToolBar.update_cartesian_coords(), DraftGui.DraftToolBar.update_spherical_coords(), DraftGui.DraftToolBar.updateSnapper(), DraftGui.DraftToolBar.validatePoint(), and ifc2x3.ifcrevolvedareasolid.wr32().
DraftGui.DraftToolBar.zValue |
Referenced by DraftGui.DraftToolBar.changeZValue(), DraftGui.DraftToolBar.checky(), DraftGui.DraftToolBar.displayPoint(), DraftGui.DraftToolBar.hideXYZ(), DraftGui.DraftToolBar.pointUi(), DraftGui.DraftToolBar.retranslateUi(), DraftGui.DraftToolBar.setFocus(), drafttaskpanels.task_scale.ScaleTaskPanel.setLock(), DraftGui.DraftToolBar.setNextFocus(), drafttaskpanels.task_scale.ScaleTaskPanel.setRelative(), drafttaskpanels.task_scale.ScaleTaskPanel.setSubelementMode(), drafttaskpanels.task_scale.ScaleTaskPanel.setValue(), DraftGui.DraftToolBar.switchUi(), and DraftGui.DraftToolBar.update_cartesian_coords().