hexagon logo

Point set creation problems

Hello, can you help ?

i cannot create scan - its of points and points from cylinders like here: 

when i select all the points and cylinders then i connect them in one feature just need to use .HIT[..n] to all cylinders 

but pc-dmis do not let me to do it i just cannot write anything anfter some point ... please take look at image its there

CYL7.HIT[1.. 

but there is no ] 

and i cannot add anything more, what is problem and what is this logic here to solve it 

Parents
  • It appears you are creating a point SET, not a scan.

    A SET is a consolidation of already measured points, basically a point cloud.

    Some code in PCDMIS has length restrictions.  You might have found the character length restriction for a point set.

    You can circumvent this potentially by creating hit arrays within assignments, then reference each assignment array, instead of each individual hit within the SET. 

Reply
  • It appears you are creating a point SET, not a scan.

    A SET is a consolidation of already measured points, basically a point cloud.

    Some code in PCDMIS has length restrictions.  You might have found the character length restriction for a point set.

    You can circumvent this potentially by creating hit arrays within assignments, then reference each assignment array, instead of each individual hit within the SET. 

Children
No Data