ThatOpen / engine_components

MIT License
305 stars 117 forks source link

SimpleDimensionLine - looks like Autodesk Forge #98

Closed RyugaRyuzaki closed 2 months ago

RyugaRyuzaki commented 1 year ago

Description 📝

I want to integrate this tool looks like Autodesk Forge Measurement . image

Suggested solution 💡

I can handle that, but i can not fork branch "big -restructure". And i want to access this function https://github.com/IFCjs/components/blob/big-restructure/src/core/Components/index.ts#L131 to make the width of line dimension none- change when we zoom out/in

Alternative ⛕

No response

Additional context ☝️

No response

Validations ✅

agviegas commented 10 months ago

Hey @RyugaRyuzaki great idea! If you want to make it yourself, you should already be able to fork the main branch and start working on it 🙂 Will you start working on this? Otherwise, don't worry, we can do this ourselves. I agree that dimensions can be greatly improved.

agviegas commented 2 months ago

We already have endpoints in our measurements! You can check them out in the tutorial. If you want to customize them, you can also create your own custom dimension components. Cheers