Skip to content

Commit b02ebc4

Browse files
committed
Corrected grammar
1 parent 3dc6728 commit b02ebc4

33 files changed

Lines changed: 75 additions & 75 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Create cut
22

3-
**Cut** cut is a form of **interpolated** entity created as a result of intersection between a **cut plane** and a **volume** and/or a **surface** entities.
3+
**Cut** is a form of **interpolated** entity created as a result of intersection between a **cut plane** and **volume** and/or **surface** entities.
44

src/fea/help/actions/en/action_geometry-draw_circle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Draw a **circle** object.
44

55

6-
**Circle** object is a surface entity defined by N triangle (simplex) elements, where N equals to number of angular divisions.
6+
**Circle** object is a surface entity defined by N triangular (simplex) elements, where N equals the number of angular divisions.
77

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Draw ellipse
22

3-
Draw a **ellipse** object.
3+
Draw an **ellipse** object.
44

55

6-
**Ellipse** object is a surface entity defined by N triangle (simplex) elements, where N equals to number of angular divisions.
6+
**Ellipse** object is a surface entity defined by N triangular (simplex) elements, where N equals the number of angular divisions.
77

src/fea/help/actions/en/action_geometry-draw_line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Draw a **line** object.
44

55

6-
**Line** object is a line entity with one segment element that consist of two nodes.
6+
**Line** object is a line entity with one segment element that consists of two nodes.
77

src/fea/help/actions/en/action_geometry-draw_point.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Draw a **point** object.
44

55

6-
**Point** object is a point entity with one point element that consist of one node.
6+
**Point** object is a point entity with one point element that consists of one node.
77

src/fea/help/actions/en/action_geometry-draw_quadrilateral.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Draw a **quadrilateral** object.
44

55

6-
**Quadrilateral** object is a surface entity with one quadrilateral element that consist of four nodes.
6+
**Quadrilateral** object is a surface entity with one quadrilateral element that consists of four nodes.
77

src/fea/help/actions/en/action_geometry-draw_tetrahedron.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Draw a **tetrahedron** object.
44

55

6-
**Tetrahedron** object is a volume entity with one tetrahedron (simplex) element that consist of four nodes and has four triangular sides.
6+
**Tetrahedron** object is a volume entity with one tetrahedron (simplex) element that consists of four nodes and has four triangular sides.
77

src/fea/help/actions/en/action_geometry-draw_triangle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Draw a **triangle** object.
44

55

6-
**Triangle** object is a surface entity with one triangle (simplex) element that consist of three nodes.
6+
**Triangle** object is a surface entity with one triangle (simplex) element that consists of three nodes.
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Remove selected entities
22

3-
Remove selected entities. Together with entities also included elements and nodes that are not shared by other entities will be removed as well.
3+
Remove selected entities. Together with the entities, elements and nodes that are not shared by other entities will also be removed.

src/fea/help/actions/en/action_geometry-find_sliver_elements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Detect sliver elements.
44

5-
Element is declared sliver by its longest to shortest edge ratio.
5+
An element is declared a sliver by its longest to shortest edge ratio.
66

77
```
88
|\

0 commit comments

Comments
 (0)