OSArch Community

Cylinder Mesh - Exclude Edges By Angles?

  1. B

    Is there a way to generate Views of curved surfaces but exclude edges of a certain angle between faces?

    I.e. here is a view of a Cylinder Mesh converted to an IfcBuildingElementProxy. You can see the lines in the middle of the cylinder. I'm aware that you can make a Representation Trace Outline but it would be faster to have a universal rule for edges to be excluded in the entire view....

  2. M
  3. A

    I don't think this is the same issue as #3668. In a cylinder every edge has the same angle, so you either eliminate all or none. This more about selecting only the outline of the element? Which should be somewhat possible now that we segment the HLR output based on element. But also a bit tricky, because you could only influence this then globally per product (or representation item perhaps).

  4. M
  5. B

    It would be wonderful to have some way of overriding/marking certain edges to either show or not so that we could tweak their looks on the final drawing...

  6. A
  7. M

    Sorry I don't understand, so what would it take to implement this? A face-edge angle analysis in OCC along with a Python binding to set an angle threshold?

  8. A

    We need to figure out a way how to agree that the edges on a product are significant and when to include only the contour. I don't think that a global edge angle threshold for the entire model will work.

Login or Register to reply.