2022-08-25 10:52 AM - edited 2022-08-30 10:05 AM
I am trying to dimension an object (elevation view), I used the following:
There were no error upon doing this but it did not create a dimension. I then tried to print the supposedly created dimension (after calling ACAPI_Element_Create) and the details were there.
Then, I manually created a dimension to these same hotspots and print its detail. What I noticed is that the node_id has value and inIndex is 0. During debug, I forced the values on node_id (Watch window) and the dimension was created.
According to the documentation, node_id is the polygon vertex id from element with polygon. I am trying to get these value to attach dimensions to it. But object elements do not have polygon. Object's gable also do not have vertex id.
How or where to get these node_id's? Is there a function that can be called something like Neig_To_DimElem?