Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
NAOS
F2I-Consulting
fespp
Commits
8a08e527
Unverified
Commit
8a08e527
authored
Mar 04, 2020
by
cedricRobert
Committed by
GitHub
Mar 04, 2020
Browse files
BugFix cannot show triangulated set representation
parent
f5651909
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VTK/VtkTriangulatedRepresentation.cxx
View file @
8a08e527
...
...
@@ -49,7 +49,7 @@ void VtkTriangulatedRepresentation::createOutput(const std::string &uuid)
if
(
!
subRepresentation
)
{
RESQML2_0_1_NS
::
TriangulatedSetRepresentation
*
triangulatedSetRepresentation
=
epcPackageRepresentation
->
getDataObjectByUuid
<
RESQML2_0_1_NS
::
TriangulatedSetRepresentation
>
(
getUuid
());
if
(
vtkOutput
!
=
nullptr
&&
triangulatedSetRepresentation
!=
nullptr
)
{
if
(
vtkOutput
=
=
nullptr
&&
triangulatedSetRepresentation
!=
nullptr
)
{
vtkOutput
=
vtkSmartPointer
<
vtkPolyData
>::
New
();
// POINT
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment