Sketcher: Zwiąż odległość pionową
Lokalizacja w menu |
---|
Sketch → wiązania szkicownika → Zwiąż odległość pionową |
Środowisko pracy |
Sketcher |
Domyślny skrót |
Shift + V |
Wprowadzono w wersji |
- |
Zobacz także |
Szkicownik: Wiązanie odległości poziomej, Szkicownik: Wiązanie odległości |
Contents |
Opis
Ustala poziomą odległość pomiędzy 2 punktami lub końcami linii. Jeśli wybrany jest tylko jeden punkt, odległość jest ustalana względem punktu początku szkicu.
Użycie
- Wybierz jeden lub dwa punkty albo jedną linię.
- Uruchomić narzędzie na jeden z możliwych sposobów:
- Naciśnij przycisk
Ustal pionową odległość ... znajdujący się na pasku narzędzi Szkicownika.
- Użyj kombinacji klawiszy Shift + V. (V odnosi się do Vertical).
- Użyj polecenia menu głównego Sketch → Wiązania szkicownika →
Zwiąż odległość pionową.
- Naciśnij przycisk
- Otworzy się wyskakujące okno dialogowe do edycji z proponowaną wartością. Naciśnij OK, aby ją wartość.
Uwaga: Narzędzie wiązania może być również uruchomione bez wcześniejszego zaznaczenia obiektów, ale będzie wymagane wybranie dwóch punktów lub jednej linii. Aby ustawić odległość względem punktu początkowego, należy także zaznaczyć punkt początkowy szkicu. Domyślnie polecenie jest aktywne w trybie kontynuacji, by utworzyć nowe wiązanie; wciśnij raz prawy przycisk myszki lub klawisz Esc, by zakończyć działanie polecenia.
Scripting
Distance from origin:
Sketch.addConstraint(Sketcher.Constraint('DistanceY', Edge, PointOfEdge, App.Units.Quantity('123.0 mm')))
Distance between two vertices:
Sketch.addConstraint(Sketcher.Constraint('DistanceY', Edge1, PointOfEdge1, Edge2, PointOfEdge2, App.Units.Quantity('123.0 mm')))
Vertical span of line (the GUI allows selecting the edge itself, but it is just a shorthand for using the two extremities of the same line:
Sketch.addConstraint(Sketcher.Constraint('DistanceY', Line, 1, Line, 2, App.Units.Quantity('123.0 mm')))
The Sketcher scripting page explains the values which can be used for Edge1
, Edge2
, Edge
, PointOfEdge1
, PointOfEdge2
, PointOfEdge
and Line
, and contains further examples on how to create constraints from Python scripts.
- The tools: New sketch, Edit sketch, Leave sketch, View sketch, View section, Map sketch to face, Reorient sketch, Validate sketch, Merge sketches, Mirror sketch
- Sketcher geometries: Point, Line by 2 point, Create an arc, Arc, Arc by 3 Point, Create a circle, Circle, Circle by 3 Point, Create a conic, Ellipse by center, Ellipse by 3 points, Arc of ellipse, Arc of hyperbola, Arc of parabola, Create a B-spline, Create B-spline, Create periodic B-pline, Polyline (multiple-point line), Rectangle, Create regular polygon, Triangle, Square, Pentagon, Hexagon, Heptagon, Octagon, Create Regular Polygon, Slot, Fillet, Trimming, Extend, External Geometry, CarbonCopy, Construction Mode
- Sketcher constraints
- Geometric constraints Coincident, Point On Object, Vertical, Horizontal, Parallel, Perpendicular, Tangent, Equal Length, Symmetric, Constrain Block
- Dimensional constraints Lock, Horizontal Distance, Vertical Distance, Distance, Radius, Internal Angle, Snell's Law, Internal Alignment, Toggle reference/driving constraint,
- Sketcher tools Select solver DOFs, Close Shape, Connect Edges, Select Constraints, Select Origin, Select Vertical Axis, Select Horizontal Axis, Select Redundant Constraints, Select Conflicting Constraints, Select Elements Associated with constraints, Show/Hide internal geometry, Symmetry, Clone, Copy, Move, Rectangular Array, Delete All Geometry, Delete All Constraints
- Sketcher B-spline tools Show/Hide B-spline degree, Show/Hide B-spline control polygon, Show/Hide B-spline curvature comb, Show/Hide B-spline knot multiplicity, Convert Geometry to B-spline, Increase degree, Increase knot multiplicity, Decrease knot multiplicity
- Sketcher virtual space Switch Virtual Space

- Podstawy: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties; Help FreeCAD, Donate
- Pomoc: Poradniki, Wideo poradniki
- Środowiska pracy: Strona Startowa; Arch, Draft, FEM, Image, Inspection, Mesh, OpenSCAD, Part, PartDesign, Path, Points, Raytracing, Reverse Engineering, Sketcher, Spreadsheet, Start, Surface workbench, TechDraw, Test Framework, Web
- Kodowanie: Addon Manager, Addons, Makrodefinicje, Zewnętrzne środowiska pracy