Geometry stream to point cloud #2218
Answered
by
pmconne
johnnyd710
asked this question in
General
-
Is there a way with imodeljs to transform the geometry (or geometry stream) of an object in an imodel to a point cloud representation of it? So to go from a geometry stream to an array of 3d points ? |
Beta Was this translation helpful? Give feedback.
Answered by
pmconne
Sep 10, 2021
Replies: 1 comment 3 replies
-
No. That sounds like a very niche thing to want to do - not something that would be part of the iTwin.js libraries. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
johnnyd710
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No. That sounds like a very niche thing to want to do - not something that would be part of the iTwin.js libraries.
You can certainly use iTwin.js to read the geometry streams of the elements of interest and do whatever you want with them (excluding, for now, BReps and text).