diff --git a/modules/workbenches/modeler/features/boolean/docs/index.md b/modules/workbenches/modeler/features/boolean/docs/index.md index 21d9779c..43cc28e5 100644 --- a/modules/workbenches/modeler/features/boolean/docs/index.md +++ b/modules/workbenches/modeler/features/boolean/docs/index.md @@ -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. diff --git a/modules/workbenches/modeler/features/deleteBody/docs/index.md b/modules/workbenches/modeler/features/deleteBody/docs/index.md index ca79e79d..abf231c2 100644 --- a/modules/workbenches/modeler/features/deleteBody/docs/index.md +++ b/modules/workbenches/modeler/features/deleteBody/docs/index.md @@ -1 +1,2 @@ -This commands allows deletion of selected shell objects \ No newline at end of file +# DELETE BODY +This commands allows deletion of selected shell objects. \ No newline at end of file diff --git a/modules/workbenches/modeler/features/fillet/docs/index.md b/modules/workbenches/modeler/features/fillet/docs/index.md index 62a3bf93..c37cc89b 100644 --- a/modules/workbenches/modeler/features/fillet/docs/index.md +++ b/modules/workbenches/modeler/features/fillet/docs/index.md @@ -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. \ No newline at end of file +# 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. \ No newline at end of file diff --git a/modules/workbenches/modeler/features/importModel/docs/index.md b/modules/workbenches/modeler/features/importModel/docs/index.md index 21d9779c..44ad6ecd 100644 --- a/modules/workbenches/modeler/features/importModel/docs/index.md +++ b/modules/workbenches/modeler/features/importModel/docs/index.md @@ -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. \ No newline at end of file