Coder Social home page Coder Social logo

Comments (3)

thumDer avatar thumDer commented on August 12, 2024

This is actually a nice idea, but can be complicated UX wise (especially after the recent updates I made for #2245 ). The whole business logic is tied to the selection made in the project browser. I'll have to check how difficult this would be.

from pyrevit.

thumDer avatar thumDer commented on August 12, 2024

After reading your idea I think I misunderstood it slightly. Am I right that you don't want to see the view range of a selected plan region, but if a plan view has one or more plan regions, those should appear as a cutout in the original planes, and plan region's individual view ranges should be displayed independently along with the others?
That would make the complexity an order of magnitude higher unfortunately. Temporary geometry has to be provided by edges and triangles to Revit's low level geometray engine, which is right now 4 edges and two triangles per plane. In the above case we would need to triangulate complex polygons, which is possible, but I can't estimate how long would it take.
Will try to make time for it, but I can't promise anything.
#2246 seems much easier to implement, so I will start with that.

from pyrevit.

jmcouffin avatar jmcouffin commented on August 12, 2024

thanks @thumDer I guess we can dismiss and close this one.

from pyrevit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.