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
Model registry
Operate
Environments
Monitor
Incidents
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
Larry Price
gmsh
Commits
669749e6
Commit
669749e6
authored
8 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
65f12369
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Geo/GModelIO_OCC.cpp
+6
-1
6 additions, 1 deletion
Geo/GModelIO_OCC.cpp
Geo/GModelIO_OCC.h
+2
-0
2 additions, 0 deletions
Geo/GModelIO_OCC.h
with
8 additions
and
1 deletion
Geo/GModelIO_OCC.cpp
+
6
−
1
View file @
669749e6
...
...
@@ -320,7 +320,12 @@ void OCC_Internals::addLineLoop(int tag, std::vector<int> edgeTags)
void
OCC_Internals
::
addSurfaceLoop
(
int
tag
,
std
::
vector
<
int
>
faceTags
)
{
Msg
::
Error
(
"OCC TODO create shell!"
);
Msg
::
Error
(
"OCC TODO create shell"
);
}
void
OCC_Internals
::
addVolume
(
int
tag
,
std
::
vector
<
int
>
shellTags
)
{
Msg
::
Error
(
"OCC TODO create volume"
);
}
void
OCC_Internals
::
addSphere
(
int
tag
,
double
xc
,
double
yc
,
double
zc
,
double
radius
)
...
...
This diff is collapsed.
Click to expand it.
Geo/GModelIO_OCC.h
+
2
−
0
View file @
669749e6
...
...
@@ -117,6 +117,7 @@ class OCC_Internals {
void
addCircleArc
(
int
tag
,
int
startTag
,
int
centerTag
,
int
endTag
);
void
addLineLoop
(
int
tag
,
std
::
vector
<
int
>
edgeTags
);
void
addSurfaceLoop
(
int
tag
,
std
::
vector
<
int
>
faceTags
);
void
addVolume
(
int
tag
,
std
::
vector
<
int
>
shellTags
);
void
addSphere
(
int
tag
,
double
xc
,
double
yc
,
double
zc
,
double
radius
);
void
addBlock
(
int
tag
,
double
x1
,
double
y1
,
double
z1
,
double
x2
,
double
y2
,
double
z2
);
...
...
@@ -175,6 +176,7 @@ public:
void
addCircleArc
(
int
tag
,
int
startTag
,
int
centerTag
,
int
endTag
){}
void
addLineLoop
(
int
tag
,
std
::
vector
<
int
>
edgeTags
){}
void
addSurfaceLoop
(
int
tag
,
std
::
vector
<
int
>
faceTags
){}
void
addVolume
(
int
tag
,
std
::
vector
<
int
>
shellTags
){}
void
addSphere
(
int
tag
,
double
xc
,
double
yc
,
double
zc
,
double
radius
){};
void
addBlock
(
int
tag
,
double
x1
,
double
y1
,
double
z1
,
double
x2
,
double
y2
,
double
z2
){}
...
...
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