Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Özgür Ozan Sen
ogs
Commits
44ef8bed
Commit
44ef8bed
authored
10 years ago
by
Norihiro Watanabe
Browse files
Options
Downloads
Patches
Plain Diff
document the function
parent
bc91a90c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MeshGeoToolsLib/AppendLinesAlongPolyline.h
+15
-0
15 additions, 0 deletions
MeshGeoToolsLib/AppendLinesAlongPolyline.h
with
15 additions
and
0 deletions
MeshGeoToolsLib/AppendLinesAlongPolyline.h
+
15
−
0
View file @
44ef8bed
...
...
@@ -19,7 +19,22 @@ class Mesh;
namespace
MeshGeoToolsLib
{
/**
* Add line elements to a copy of a given mesh
*
* The function creates line elements from nodes located along user-provided polylines.
* New elements will have a distinct material ID for each polyline.
*
* \remark The function allows creation of duplicated line elements.
* \remark Line elements may not be placed along edges of existing elements.
*
* @param mesh original mesh
* @param ply_vec polyline vector whose nodes are used to create line elements
* @return a new mesh which is copied from a given mesh and additionally includes line elements
*/
MeshLib
::
Mesh
*
appendLinesAlongPolylines
(
const
MeshLib
::
Mesh
&
mesh
,
const
GeoLib
::
PolylineVec
&
ply_vec
);
}
#endif
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