Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In HOOPS Demo Viewer, faces, edges and lines visibility is set in addition to HPS::Rendering::Mode.

...

Tessellated Mode

Code Block
GetCanvas().GetAttachedLayout().GetAttachedView().SetRenderingMode(HPS::Rendering::Mode::Flat);
HPS::VisibilityKit visibility;
visibility.SetEdges(true).SetFaces(true).SetHardEdges(true).SetPerimeterEdges(true);
GetCanvas().GetFrontView().GetSegmentKey().SetVisibility(visibility);

...

Wireframe Mode

Code Block
GetCanvas().GetAttachedLayout().GetAttachedView().SetRenderingMode(HPS::Rendering::Mode::Wireframe);	
HPS::VisibilityKit visibility;
visibility.SetEdges(false).SetFaces(false).SetHardEdges(true).SetPerimeterEdges(true);
GetCanvas().GetFrontView().GetSegmentKey().SetVisibility(visibility);

...

Learn more in our forum post.

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@2318a5
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "KBHV"
labelskb-how-to-article
Page Properties
hiddentrue

Related issues

Jira Legacy
serverId43f371d0-7091-3b3c-9683-94c0b791358d
keySDHV-10255