Part: Rafinarea Formei
Appearance
Outdated translations are marked like this.
|
|
| Menu location |
|---|
| Part → Create a copy → Refine Shape |
| Workbenches |
| Part |
| Default shortcut |
| None |
| Introduced in version |
| - |
| See also |
| Part SimpleCopy, Part TransformedCopy, Part ElementCopy, OpenSCAD RefineShapeFeature |
Descriere
Curata liniile inutile. După o operație booleană, unele linii care definesc forma anterioară rămân vizibile, această unealtă creează o copie total curățată a originalului.
The Part RefineShape command creates parametric copies with a refined shape from selected objects. It removes unnecessary edges from planar and cylindrical faces.
Utilizare
- Selectați forma de curățat.
- Click pe meniul Part → Refine shape .
- O copie a obiectului este creată și complet curățată, obiectul original este randat.
- Copia nou creată este independentă de original.
- Select one or more objects.
- Select the Part → Copy →
Refine Shape option from the menu.
- For each object a cleaned, parametric copy is created
- The original objects are hidden.
Note
- funcția nu modifică forma existentă, dar returnează o nouă formă
- funcția este folosită în mod normal ca ultim pas în istoricul de modelare
- funcția poate ajuta la obținerea rotunjirilor dificile pentru de lucrat
- funcția este destinată să împiedice imprimantele 3D să printeze marginile nedorite
- funcția poate fi utilizată după transformarea unei rețele în formă pentru a curăța marginile reziduale pe fațetele plane.
- Many Part objects and PartDesign features have a DateRefine property. Setting that property to
trueis preferable over using this command as it avoids an extra object. - By default this command creates parametric copies. There is a fine-tuning parameter to change this to non-parametric copies.
- This command can be used after converting a mesh to a shape.
- Refining an object may prevent 3D printers from printing unwanted edges once the object is exported to a mesh format.
- Some interesting information about what is happening with placement and how to access by Python can be found in this forum post.
Properties
See also: Property View.
A Part RefineShape object is derived from a Part Feature object and inherits all its properties. It also has the following additional property:
Data
Refine
- DateSource (
Link): specifies the linked source shape.
Script
Comanda Python pentru rafinarea formei este următoarea:
The Python command for refining a shape is the following:
shape.removeSplitter()
- Creation and modification: New Sketch, Extrude, Revolve, Mirror, Scale, Fillet, Chamfer, Face From Wires, Ruled Surface, Loft, Sweep, Section, Cross-Sections, 3D Offset, 2D Offset, Thickness, Project on Surface, Appearance per Face
- Boolean: Compound, Explode Compound, Compound Filter, Boolean Operation, Cut, Union, Intersection, Connect Shapes, Embed Shapes, Cutout Shape, Boolean Fragments, Slice Apart, Slice to Compound, Boolean XOR, Check Geometry, Defeaturing
- Other tools: Box Selection, Shape From Mesh, Points From Shape, Convert to Solid, Reverse Shapes, Simple Copy, Transformed Copy, Shape Element Copy, Refine Shape, Set Tolerance, Persistent Section Cut, Attachment
- Preferences: Preferences, Fine tuning
- 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, Assembly, BIM, CAM, Draft, FEM, Inspection, Material, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework
- Hubs: User hub, Power users hub, Developer hub
