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
Select the object. How to zoom camera to focus the object?
like that
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 ?
ok thanks.
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.
Node filter by name is working fine no issuse.
My expectation:
this code return empty. I need (“SCTN”) matching name list
How to search 3d Nodes?
Like that
ok thanks.
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?
How to filter by name in 3d Node ?
If I type off name, How to get matched node list
You will need to create a separate post on this and explain in detail what you are trying to achieve, @Karthik Kaliyaperumal. Good luck :)
Ok Thanks.
You will need to create a separate post on this and explain in detail what you are trying to achieve, @Karthik Kaliyaperumal. Good luck :)
I try to double click “overlay”, get above this error,
Hi, I click object get overlay message, its working fine no issue, I have another doubt. If I Mouse hover “Overlay”, I want show another message. how to do that, Please tell