hexagon logo

Quick Question (Time Sensitive)

I am wondering why I can't type at the end of the line when I am keying in features for a constructed set. I click between the two commas and try to type and it does nothing. I think it's not working because I've reached the end of that line. I need to key in these features though...

How can I add the dollar sign and go to the next line?

Also, why is there only one comma when I try to key in a feature for a Point Cloud? ahhhhhhhhhhhh Disappointed
Parents
  • just some information.... At least for constructions and 2020R2 SP9 and higher (older versions assume 1 as end index).

    To use all the hits I don't think you need to use feature.HIT[1...feature.NUMHITS].
    You could use feature.HIT[..] and pcdmis will assume 1 through NUMHITS.
    If for some reason you do not want to start at 1 you could feature.HIT[2..].

    If no start is defined 1 is assumed. If no end is defined NUMHITS is assumed.
    This will save on edit window space.
Reply
  • just some information.... At least for constructions and 2020R2 SP9 and higher (older versions assume 1 as end index).

    To use all the hits I don't think you need to use feature.HIT[1...feature.NUMHITS].
    You could use feature.HIT[..] and pcdmis will assume 1 through NUMHITS.
    If for some reason you do not want to start at 1 you could feature.HIT[2..].

    If no start is defined 1 is assumed. If no end is defined NUMHITS is assumed.
    This will save on edit window space.
Children
No Data