Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
N
NPDet
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • EIC
  • NPDet
  • Issues
  • #35

Closed
Open
Opened Apr 10, 2020 by Tom Polakovic@PolakovicMaintainer

dd_web_display not working properly with boolean shapes of boolean shapes with transforms

If you do, e.g.:

Box foo1(1,2,3);
Box foo2(4,5,6);

UnionSolid bar(foo1, foo2);

UnionSolid baz1(bar, bar);
UnionSolid baz2(bar, bar, Transform3D(Rotation(M_PI));

baz1 will display, but baz2 will not. Everything works fine, if you use ddeve.

Edited Apr 10, 2020 by Tom Polakovic
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: EIC/NPDet#35