I work cognite reveal 3d images in angular v12.1.1. I using NPM npm i @cognite/reveal@3.3.0 , @cognite/sdk@7.14.0 and @cognite/potree-core@1.5.2, Cognite reveal AxisViewTool is not working.
error: (Module '"@cognite/reveal"' has no exported member 'AxisViewTool'.)
Page 1 / 2
The Filter 3D Nodes supports two types of filters, one “properties filter” and one “node name” filter. Use the latter to filter by names.
Not sure what you are referring to here - can you elaborate?
The 3D nodes API only supports exact matches unfortunately - so there is no way to find 3D nodes with names that begins with/contains some text.
ok thanks.
Its working fine, I need to change highlighted color.
after add above code ,
color show one time only, after click other element color will not show.
how to change color ?
Select the object. How to zoom camera to focus the object?
like that
Hi Karthik and thank you for reaching out. In Reveal 3.x, tools are imported through “@cognite/reveal/tools”, not “@cognite/reveal”. Note that in Reveal 4 (recently released) it is optional to import from “@cognite/reveal” or “@cognite/reveal/tools” - see https://cognitedata.github.io/reveal-docs/docs/migration-guide for details on migrating from version 3 to 4.
Hi again Karthik. I’m a bit unsure of what you’re asking here - do you want to implement similar functionality as in the Fusion 3D viewer, or are you suggesting a new feature in Fusion?
Regards,
Lars Moastuen
Product manager, 3D
I need object name with right side tree structure data
Thanks, I will try.
how to use Nodes3DAPI Class, What are parameters passing? If any javascript example please share me.
Click Object enable blue color with outline, How do this ?