Sketcher: Vincolo Punto su oggetto
Jump to navigation
Jump to search
|
Posizione nel menu |
---|
PartDesign → Schizzo → Punto su oggetto |
Ambiente |
Schizzo |
Avvio veloce |
Maiusc + O |
Introdotto nella versione |
- |
Vedere anche |
Coincidenza |
Description
Descrizione
Appone un punto su un altro oggetto, ad esempio, su una linea, un arco o un asse dello schizzo.
Utilizzo
- Selezionare il punto che si desidera apporre su una linea o arco, etc. (il punto selezionato diventa verde).
- Selezionare la linea su cui si desidera apporre il punto appena selezionato (la linea selezionata diventa verde).
- Invocare il vincolo in uno di questi modi:
Scripting
Script
Il vincolo può essere creato con una macro e dalla console Python utilizzando il seguente comando:
Sketch.addConstraint(Sketcher.Constraint('PointOnObject',LineMoving,PointOfLineMoving,LineFixed))
Sketch
è un oggetto schizzo.LineMoving
è il numero che indica la linea che contiene il punto che deve essere spostato sulLineFixed
(la linea che rimane fissa).PointOfLineMoving
è il numero del vertice della lineaLineMoving
che deve essere spostato sullaLineFixed
.LinedFixed
è il numero della linea su cui apporre il puntoPointOfLineMoving
.
Per identificare il numero che indica le linee ed i punti si prega di fare riferimento alla parte di scripting del vincolo coincidenza.
- General: Create sketch, Edit sketch, Leave sketch, View sketch, View section, Map sketch to face, Reorient sketch, Validate sketch, Merge sketches, Mirror sketch, Stop operation
- Sketcher geometries: Point, Line, Arc, Arc by 3 points, Circle, Circle by 3 points, Ellipse, Ellipse by 3 points, Arc of ellipse, Arc of hyperbola, Arc of parabola, B-spline, Periodic B-pline, Polyline, Rectangle, Centered rectangle, Rounded rectangle, Triangle, Square, Pentagon, Hexagon, Heptagon, Octagon, Regular polygon, Slot, Fillet, Trim, Extend, Split, External geometry, Carbon copy, Toggle construction geometry
- Sketcher constraints:
- Geometric constraints: Coincident, Point on object, Vertical, Horizontal, Parallel, Perpendicular, Tangent, Equal, Symmetric, Block
- Dimensional constraints: Lock, Horizontal distance, Vertical distance, Distance, Radius, Diameter, Radiam, Angle, Snell's law, Internal alignment
- Constraint tools: Toggle driving/reference constraint, Activate/deactivate constraint
- Sketcher tools: Select unconstrained DoF, Close shape, Connect edges, Select associated constraints, Select associated geometry, Select redundant constraints, Select conflicting constraints, Show/hide internal geometry, Select origin, Select vertical axis, Select horizontal axis, Symmetry, Clone, Copy, Move, Rectangular array, Remove axes alignment, 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, Show/hide B-spline control point weight, Convert geometry to B-spline, Increase B-spline degree, Decrease B-spline degree, Increase knot multiplicity, Decrease knot multiplicity, Insert knot
- Sketcher virtual space: Switch virtual space
- Additional: Sketcher Dialog, Preferences, Sketcher scripting

- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, Docker, AppImage, Ubuntu Snap
- Basics: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties, Help FreeCAD, Donate
- Help: Tutorials, Video tutorials
- Workbenches: Std Base, Arch, Draft, FEM, Image, Inspection, Mesh, OpenSCAD, Part, PartDesign, Path, Points, Raytracing, Reverse Engineering, Sketcher, Spreadsheet, Start, Surface, TechDraw, Test Framework, Web
- Deprecated or unmaintained workbenches: Complete, Drawing, Robot
- Hubs: User hub, Power users hub, Developer hub