mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-15 21:05:22 +01:00
Update to help files
This commit is contained in:
parent
a81207d583
commit
b3fac055c2
4 changed files with 23 additions and 19 deletions
|
|
@ -1,13 +1,13 @@
|
|||
# BOOLEAN OPPERATIONS
|
||||
# BOOLEAN OPERATIONS
|
||||
Boolean operations allow for solids to be used as tools to shape and modify other solids.
|
||||
|
||||
# UNION
|
||||
Union allows solids to be combined to create a new solid.
|
||||
|
||||
# SUBTRACT
|
||||
Subtract allows one solid to be used as a cuttong tool for another sold. Usefull for making hole features.
|
||||
Subtract allows one solid to be used as a cutting tool for another sold. Useful for making hole features.
|
||||
Selection A will have selection B removed from it.
|
||||
|
||||
# INTERSECTION
|
||||
Intersection allows for the creation of a new solid in the space where 2 exising solids overlap.
|
||||
Intersection allows for the creation of a new solid in the space where 2 existing solids overlap.
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
This commands allows deletion of selected shell objects
|
||||
# DELETE BODY
|
||||
This commands allows deletion of selected shell objects.
|
||||
|
|
@ -1,2 +1,8 @@
|
|||
# FILLET
|
||||
The FILLET command allows for section of edges of a solid body. the selected edges can be broken with a specified radius or if champer option is selected a broken corner with flat surface offset by the specified size.
|
||||
# FILLET/CHAMPER
|
||||
Using the fillet or champer operation allows for breaking of edges of a shell.
|
||||
|
||||
You must select at least one edge and specify the size value.
|
||||
|
||||
In the case of a fillet a the size (radius) is specified and will result in rounded corners of the size values for each selected edge.
|
||||
|
||||
In the case of a champer the edge of each face adjacent to the selected edge are pushed back by the size distance. A new face is created to patch the hole left by moving the faces edges back.
|
||||
|
|
@ -1,13 +1,10 @@
|
|||
# BOOLEAN OPPERATIONS
|
||||
Boolean operations allow for solids to be used as tools to shape and modify other solids.
|
||||
|
||||
# UNION
|
||||
Union allows solids to be combined to create a new solid.
|
||||
|
||||
# SUBTRACT
|
||||
Subtract allows one solid to be used as a cuttong tool for another sold. Usefull for making hole features.
|
||||
Selection A will have selection B removed from it.
|
||||
|
||||
# INTERSECTION
|
||||
Intersection allows for the creation of a new solid in the space where 2 exising solids overlap.
|
||||
|
||||
# IMPORT MODEL
|
||||
The import command can be used to import geometry from files in the following formats.
|
||||
## BREP
|
||||
Native OpenCASCADE file format
|
||||
## STEP
|
||||
International standard STEP files used as a vendor neutral format for data exchange between different CAD modeling applications.
|
||||
## IGES (Not yet implemented)
|
||||
International standard IGES files used as a vendor neutral format for data exchange between different CAD modeling applications.
|
||||
## FCStd
|
||||
Native FreeCAD file format. FreeCAD uses a compressed ZIP format file containing XML and native OpenCASCADE BREP format files for geometry. JSketcher can import the native OpenCASCADE files specified as visible.
|
||||
Loading…
Reference in a new issue