• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

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

Community Beginner ,
Feb 05, 2019 Feb 05, 2019

Copy link to clipboard

Copied

!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.2019-02-06_11-11-07.pngClicking on Photo in T

Please help me with this.

TOPICS
Acrobat SDK and JavaScript

Views

274

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 07, 2019 Feb 07, 2019

Copy link to clipboard

Copied

LATEST

I found It works. 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines