79114523

Date: 2024-10-22 14:28:21
Score: 2
Natty:
Report link

You seem to be trying to find the object in the P&ID database,

Project pj = projeto.ProjectParts["PnId"];

which is causing the exception "ObjectDoesNotHaveLink" which means "I cant find what you are looking for".

To access the 3D data, you must use:

Project pj = projeto.ProjectParts["Piping"];

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: L_McUcky