hexagon logo

Feature Set .HITS

Hi all,

I'm trying to create a feature set of 13 planes and use the .HITS code to use all points from every plane. My problem is that the line of code is too long and I can't add the .HITS code to every plane. Is there a way to move to a second line of code? When I get to the end and hit enter it moves out of the feature set command. Or should I just create multiple feature sets and combine them?

Parents
  • Another way :
    V1 =LOOP/START,ID=YES,NUMBER=(number of planes !),START=1,SKIP=,
    OFFSET:XAXIS=0,YAXIS=0,ZAXIS=0,ANGLE=0
    ASSIGN/V2="PLN_370_"+V1
    ASSIGN/V3[V1]=V2+".HIT[1.."+V2+".NUMHITS]"
    LOOP/END
    SCN1=FEAT/SET,CARTESIAN
    THEO/<2.1161,-3.9303,0.37>,<0,0,1>
    ACTL/<2.1161,-3.9302,0.37>,<0,0,1>
    CONSTR/SET,BASIC,V3[1],V3[2],V3[3],V3[4]...V3[number of planes !],,
Reply
  • Another way :
    V1 =LOOP/START,ID=YES,NUMBER=(number of planes !),START=1,SKIP=,
    OFFSET:XAXIS=0,YAXIS=0,ZAXIS=0,ANGLE=0
    ASSIGN/V2="PLN_370_"+V1
    ASSIGN/V3[V1]=V2+".HIT[1.."+V2+".NUMHITS]"
    LOOP/END
    SCN1=FEAT/SET,CARTESIAN
    THEO/<2.1161,-3.9303,0.37>,<0,0,1>
    ACTL/<2.1161,-3.9302,0.37>,<0,0,1>
    CONSTR/SET,BASIC,V3[1],V3[2],V3[3],V3[4]...V3[number of planes !],,
Children
No Data