Search results

  1. D

    Resources on NURBS.

    I'm curious to dive deeper into NURBS. More specific I'm interested in mathematics and algorithms associated with the subject. Does anyone have tips on literature, libraries and other material worth checking out? Best, Dan
  2. D

    Color bugs when converting assembly from OCCT to VTK

    This problem has been bugging me for days. We have built a pipeline converting an assembly from TopoDS to VTK polydata. Where we use the recursive method proposed by @Quaoar in the youtube video about assembly's to read the assembly before converting. Using XCAFDoc_ColorTool::GetColor() to get...
  3. D

    Procedural triangulation

    I am not sure if "procedural triangulation" is the correct term. Anyways, looking for algorithms on how to obtain a triangulation recursively. Let's say I have N-points triangulated, then K-points are introduced. How could one extend the triangulation based on the N-points, with K new points...
  4. D

    Beginner question: yellow markings

    Probably a noobish and silly question, but what are those yellow markings and why are some of the lines coloured red?
  5. D

    How dynamic is OCAF

    I have been developing a Digital Twin for a robotic arm, where I have a chain of links connected by joints. Up to this point, I have used forward kinematic to calculate every joints translation and rotation based inputs coming from the real robot, and not using a "real assembly" based on XDE...
Top