Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Romin Tomasetti
gmsh
Commits
99831056
Commit
99831056
authored
2 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
pp
parent
e8fe6f6a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/texinfo/gmsh.texi
+7
-8
7 additions, 8 deletions
doc/texinfo/gmsh.texi
with
7 additions
and
8 deletions
doc/texinfo/gmsh.texi
+
7
−
8
View file @
99831056
...
@@ -334,20 +334,19 @@ performs the operations (translation, rotation, intersection, union,
...
@@ -334,20 +334,19 @@ performs the operations (translation, rotation, intersection, union,
fragments, ...) on the native geometrical representation using each CAD
fragments, ...) on the native geometrical representation using each CAD
kernel's own API. In the same philosophy, models can be imported in the
kernel's own API. In the same philosophy, models can be imported in the
geometry module through each CAD kernel's own import mechanisms. For
geometry module through each CAD kernel's own import mechanisms. For
example, by default Gmsh import STEP and IGES files through
OpenCASCADE,
example, by default Gmsh import
s
STEP and IGES files through
which will lead to the creation of model entities with an
internal
OpenCASCADE,
which will lead to the creation of model entities with an
OpenCASCADE representation.
internal
OpenCASCADE representation.
The @ref
{
Gmsh tutorial
}
, starting with @ref
{
t1
}
, is the best place to
The @ref
{
Gmsh tutorial
}
, starting with @ref
{
t1
}
, is the best place to
learn how to use the geometry module: it contains examples of increasing
learn how to use the geometry module: it contains examples of increasing
complexity based on both the built-in and the OpenCASCADE kernel. Note
complexity based on both the built-in and the OpenCASCADE kernel. Note
that many features of the geometry module can be used interactively in
that many features of the geometry module can be used interactively in
the GUI (@pxref
{
Gmsh graphical user interface
}
), which is also a good
the GUI (@pxref
{
Gmsh graphical user interface
}
), which is also a good
way to learn about both Gmsh's scripting language (@pxref
{
Gmsh scripting
way to learn about both Gmsh's scripting language and the API, as
language
}
) and the API (@pxref
{
Gmsh application programming interface
}
),
actions in the geometry module automatically append the related command
as actions in the geometry module automatically append the related
in the input script file, and can optionally also generate input for the
command in the input script file, and can optionally also generate input
languages supported by the API (see the
for the languages supported by the API (see the
@code
{
General.ScriptingLanguages
}
option; this is still work-in-progress
@code
{
General.ScriptingLanguages
}
option; this is still work-in-progress
as of Gmsh 4.11.)
as of Gmsh 4.11.)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment