Skip to main content
Participant
February 6, 2019
Question

[3D] How to set "hitEnabled" to "False" ?

  • February 6, 2019
  • 1 reply
  • 436 views

!Hello, I want to select an object  behind  plates.

Specifically, I want to select a piping component behind transparent plate.

So I need to set the nodes's property "hitEnabled" to "False".

Is that the right approach ?

then, how to set it False? this is my code:

c3d = this.getAnnots3D(0)[0].context3D;

thePlate = c3d.scene.nodes.getByname("Plate");

myPlate.hitEnabled =false;

I tried it in the console, but no change.Clicking on Photo in T

Please help me with this.

This topic has been closed for replies.

1 reply

Participant
February 8, 2019

I found It works.