Skip to content

Commit 6130481

Browse files
Merge pull request #93 from bitbybit-dev/develop
Docs updated with new tutorials
2 parents 9db1e0b + 7993ffd commit 6130481

18 files changed

Lines changed: 1820 additions & 2 deletions

docs/blog/authors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ubarevicius:
22
name: Matas Ubarevičius
33
title: Founder
44
url: https://www.linkedin.com/in/matas-ubarevicius/
5-
image_url: https://media.licdn.com/dms/image/v2/C4E03AQHk-J4Sg5zXcw/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1606831113149?e=1753315200&v=beta&t=JqFMDsxNLpq0Jkgj9jtnfEsqH2swc3vYOqxYPVbqsm0
5+
image_url: https://media.licdn.com/dms/image/v2/D4D03AQG-ryTDnp5Gmg/profile-displayphoto-scale_200_200/B4DZj7zQkTGkAY-/0/1756571175899?e=1762387200&v=beta&t=r2guT1tJv3FiumJwYF0-bmiTsKTun5Aw0JCzDM2lY_I
66
page:
77
# customize the url of the author page at /blog/authors/<permalink>
88
permalink: '/all-matas-ubarevicius-articles'

docs/learn/code/common/occt/dimensions/pin-with-label.md

Lines changed: 105 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"label": "Compound",
3+
"position": 6,
4+
"link": {
5+
"type": "generated-index",
6+
"title": "Compound Shapes",
7+
"description": "Compound shapes are formed by combining multiple basic shapes. These tutorials will help you understand how to create and manipulate compound shapes in your 3D models.",
8+
"slug": "/code/common/occt/shapes/compound"
9+
}
10+
}

docs/learn/code/common/occt/shapes/compound/compounded-drawing.md

Lines changed: 135 additions & 0 deletions
Large diffs are not rendered by default.

docs/learn/code/common/occt/shapes/compound/intro.md

Lines changed: 140 additions & 0 deletions
Large diffs are not rendered by default.

docs/learn/code/common/occt/shapes/edge/edge-constraints.md

Lines changed: 214 additions & 0 deletions
Large diffs are not rendered by default.

docs/learn/code/common/occt/shapes/edge/edge-primitives.md

Lines changed: 374 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"label": "Shells",
3+
"position": 4,
4+
"link": {
5+
"type": "generated-index",
6+
"title": "Shells",
7+
"description": "Shells are made out of multiple faces connected together. These tutorials will guide you through the process of creating and manipulating shell shapes in your 3D models.",
8+
"slug": "/code/common/occt/shapes/shells"
9+
}
10+
}

docs/learn/code/common/occt/shapes/shells/intro-shells.md

Lines changed: 132 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"label": "Solids",
3+
"position": 5,
4+
"link": {
5+
"type": "generated-index",
6+
"title": "Solids",
7+
"description": "Solids are three-dimensional shapes that have a definite volume and shape. These tutorials will help you understand how to create and manipulate solid shapes in your 3D models.",
8+
"slug": "/code/common/occt/shapes/solids"
9+
}
10+
}

0 commit comments

Comments
 (0)