|
def | arcCommand (self, cmd, center, f) |
|
def | asDirection (self) |
|
def | asEdge (self) |
|
def | asLine (self) |
|
def | asVector (self) |
|
def | commandParams (self, f) |
|
def | connectsTo (self, chord) |
|
def | foldsBackOrTurns (self, chord, side) |
|
def | g1Command (self, f) |
|
def | g2Command (self, center, f) |
|
def | g3Command (self, center, f) |
|
def | getAngle (self, refChordOrVector) |
|
def | getAngleOfVector (self, ref) |
|
def | getAngleXY (self) |
|
def | getDirectionOf (self, chordOrVector) |
|
def | getDirectionOfVector (self, B) |
|
def | getLength (self) |
|
def | isANoopMove (self) |
|
def | isAPlungeMove (self) |
|
def | move (self, distance, angle) |
|
def | moveBy (self, x, y, z) |
|
def | moveTo (self, newEnd) |
|
def | moveToParameters (self, params) |
|
◆ arcCommand()
def PathScripts.PathDressupDogbone.Chord.arcCommand |
( |
|
self, |
|
|
|
cmd, |
|
|
|
center, |
|
|
|
f |
|
) |
| |
◆ asDirection()
def PathScripts.PathDressupDogbone.Chord.asDirection |
( |
|
self | ) |
|
◆ asEdge()
def PathScripts.PathDressupDogbone.Chord.asEdge |
( |
|
self | ) |
|
◆ asLine()
def PathScripts.PathDressupDogbone.Chord.asLine |
( |
|
self | ) |
|
◆ asVector()
def PathScripts.PathDressupDogbone.Chord.asVector |
( |
|
self | ) |
|
References MeshCore::MeshFacetIterator.End(), MeshCore::MeshPointIterator.End(), PathScripts.PathDressupDogbone.Chord.End, Sketcher::SolverGeometryExtension.End, femtaskpanels.task_mesh_gmsh._TaskPanel.Start, femtaskpanels.task_solver_ccxtools._TaskPanel.Start, AdaptivePath::PerfCounter.Start(), geoff_geometry::Kurve.Start(), PathScripts.PathDressupDogbone.Chord.Start, and Sketcher::SolverGeometryExtension.Start.
Referenced by PathScripts.PathDressupDogbone.Chord.asDirection(), PathScripts.PathDressupDogbone.Chord.getAngleOfVector(), and PathScripts.PathDressupDogbone.Chord.getLength().
◆ commandParams()
def PathScripts.PathDressupDogbone.Chord.commandParams |
( |
|
self, |
|
|
|
f |
|
) |
| |
◆ connectsTo()
def PathScripts.PathDressupDogbone.Chord.connectsTo |
( |
|
self, |
|
|
|
chord |
|
) |
| |
◆ foldsBackOrTurns()
def PathScripts.PathDressupDogbone.Chord.foldsBackOrTurns |
( |
|
self, |
|
|
|
chord, |
|
|
|
side |
|
) |
| |
◆ g1Command()
def PathScripts.PathDressupDogbone.Chord.g1Command |
( |
|
self, |
|
|
|
f |
|
) |
| |
◆ g2Command()
def PathScripts.PathDressupDogbone.Chord.g2Command |
( |
|
self, |
|
|
|
center, |
|
|
|
f |
|
) |
| |
◆ g3Command()
def PathScripts.PathDressupDogbone.Chord.g3Command |
( |
|
self, |
|
|
|
center, |
|
|
|
f |
|
) |
| |
◆ getAngle()
def PathScripts.PathDressupDogbone.Chord.getAngle |
( |
|
self, |
|
|
|
refChordOrVector |
|
) |
| |
◆ getAngleOfVector()
def PathScripts.PathDressupDogbone.Chord.getAngleOfVector |
( |
|
self, |
|
|
|
ref |
|
) |
| |
◆ getAngleXY()
def PathScripts.PathDressupDogbone.Chord.getAngleXY |
( |
|
self | ) |
|
References Gui::PropertyEditor::PropertyRotationItem.getAngle(), Gui::PropertyEditor::PropertyPlacementItem.getAngle(), MeshGui::GmshWidget.getAngle(), PartGui::DlgRevolution.getAngle(), Gui::PropertyEditor::RotationHelper.getAngle(), Base::Vector2dPy.getAngle(), draftguitools.gui_trackers.arcTracker.getAngle(), PathScripts.PathDressupDogbone.Chord.getAngle(), TechDraw::PATLineSpec.getAngle(), TechDraw::LineSet.getAngle(), PartDesignGui::TaskChamferParameters.getAngle(), PartDesignGui::TaskDraftParameters.getAngle(), PartDesignGui::TaskPolarPatternParameters.getAngle(), and PartDesignGui::TaskRevolutionParameters.getAngle().
◆ getDirectionOf()
def PathScripts.PathDressupDogbone.Chord.getDirectionOf |
( |
|
self, |
|
|
|
chordOrVector |
|
) |
| |
◆ getDirectionOfVector()
def PathScripts.PathDressupDogbone.Chord.getDirectionOfVector |
( |
|
self, |
|
|
|
B |
|
) |
| |
◆ getLength()
def PathScripts.PathDressupDogbone.Chord.getLength |
( |
|
self | ) |
|
◆ isANoopMove()
def PathScripts.PathDressupDogbone.Chord.isANoopMove |
( |
|
self | ) |
|
◆ isAPlungeMove()
def PathScripts.PathDressupDogbone.Chord.isAPlungeMove |
( |
|
self | ) |
|
◆ move()
def PathScripts.PathDressupDogbone.Chord.move |
( |
|
self, |
|
|
|
distance, |
|
|
|
angle |
|
) |
| |
◆ moveBy()
def PathScripts.PathDressupDogbone.Chord.moveBy |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z |
|
) |
| |
◆ moveTo()
def PathScripts.PathDressupDogbone.Chord.moveTo |
( |
|
self, |
|
|
|
newEnd |
|
) |
| |
◆ moveToParameters()
def PathScripts.PathDressupDogbone.Chord.moveToParameters |
( |
|
self, |
|
|
|
params |
|
) |
| |
◆ End
PathScripts.PathDressupDogbone.Chord.End |
◆ Start
PathScripts.PathDressupDogbone.Chord.Start |
Referenced by PathScripts.PathDressupDogbone.Chord.arcCommand(), PathScripts.PathDressupDogbone.Chord.asLine(), PathScripts.PathDressupDogbone.Chord.asVector(), femtaskpanels.task_solver_ccxtools._TaskPanel.calculixFinished(), femtaskpanels.task_solver_ccxtools._TaskPanel.check_prerequisites_helper(), femtaskpanels.task_mesh_gmsh._TaskPanel.console_log(), femtaskpanels.task_solver_ccxtools._TaskPanel.femConsoleMessage(), PathScripts.PathDressupDogbone.Chord.isANoopMove(), PathScripts.PathDressupDogbone.Chord.isAPlungeMove(), femtaskpanels.task_solver_ccxtools._TaskPanel.runCalculix(), femtaskpanels.task_mesh_gmsh._TaskPanel.update_timer_text(), and femtaskpanels.task_solver_ccxtools._TaskPanel.UpdateText().
The documentation for this class was generated from the following file:
- FreeCAD/src/Mod/Path/PathScripts/PathDressupDogbone.py