Skip to main content
Practitioner ⭐️
December 12, 2022
Solved

Learn Cognite Reveal

  • December 12, 2022
  • 31 replies
  • 539 views

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'.)

 

Best answer by Karthik Kaliyaperumal

Click Object enable blue color with outline, How do this ?

 

31 replies

Practitioner ⭐️
January 11, 2023

https://docs.cognite.com/cdf/integration/guides/contextualization/interactive_diagrams

How to create engineering diagram, and How get label name in diagram “23-LAHH-96138” through JavaScript.

Lars Moastuen
Expert ⭐️⭐️⭐️⭐️
Expert ⭐️⭐️⭐️⭐️
January 11, 2023

You will need to create a separate post on this and explain in detail what you are trying to achieve, @Karthik Kaliyaperumal. Good luck :)

Lars Moastuen (Software Engineer, Atlas AI)
Practitioner ⭐️
January 11, 2023

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.

Practitioner ⭐️
February 1, 2023
  1. How to filter by name in 3d Node ?
  2. If I type off name,  How to get matched  node list 

 

Lars Moastuen
Expert ⭐️⭐️⭐️⭐️
Expert ⭐️⭐️⭐️⭐️
February 1, 2023
  1. The Filter 3D Nodes supports two types of filters, one “properties filter” and one “node name” filter. Use the latter to filter by names.
  2. Not sure what you are referring to here - can you elaborate?
Lars Moastuen (Software Engineer, Atlas AI)
Practitioner ⭐️
February 1, 2023

ok thanks.

 

Practitioner ⭐️
February 1, 2023

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

 

Lars Moastuen
Expert ⭐️⭐️⭐️⭐️
Expert ⭐️⭐️⭐️⭐️
February 2, 2023

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.

Lars Moastuen (Software Engineer, Atlas AI)
Practitioner ⭐️
February 2, 2023

ok thanks.

Practitioner ⭐️
February 3, 2023

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 ?