hexagon logo

Referencing one point of a circle

Can someone remind me how to reference one point of a circle. For example, if I am creating a constructed set and I just want to include one hit point from a circle. Isn't it like: CIR1.HIT[1]? And then how would I reference multiple hits of that circle? Instead of doing CIR1.HIT[1],CIR1.HIT[2],CIR1.HIT[3] can I do something like CIR1.HIT[1...3] ? I don't want to use the actual circle - I want to use the hit points. Thanks.

Attached Files
Parents
  • Cir2 =feat/contact/circle/default,polar,out,least_sqr
    theo/<0,0,0.2>,<0,0,1>,2.5,0
    actl/<0,0,0.2>,<0,0,1>,2.5,0
    targ/<0,0,0.2>,<0,0,1>
    start ang=0,end ang=360
    angle vec=<1,0,0>
    direction=ccw
    show feature parameters=no
    show contact parameters=yes
    numhits=5,depth=0,pitch=0
    sample method=sample_hits
    sample hits=0,spacer=0
    avoidance move=both,distance=3
    find hole=disabled,onerror=no,read pos=no
    show hits=no
    pnt37 =feat/point,cartesian,no
    theo/<0,0,0>,<0,0,1>
    actl/<0,0,0>,<0,0,1>
    constr/point,cast,cir2.hit[2].xyz​
Reply
  • Cir2 =feat/contact/circle/default,polar,out,least_sqr
    theo/<0,0,0.2>,<0,0,1>,2.5,0
    actl/<0,0,0.2>,<0,0,1>,2.5,0
    targ/<0,0,0.2>,<0,0,1>
    start ang=0,end ang=360
    angle vec=<1,0,0>
    direction=ccw
    show feature parameters=no
    show contact parameters=yes
    numhits=5,depth=0,pitch=0
    sample method=sample_hits
    sample hits=0,spacer=0
    avoidance move=both,distance=3
    find hole=disabled,onerror=no,read pos=no
    show hits=no
    pnt37 =feat/point,cartesian,no
    theo/<0,0,0>,<0,0,1>
    actl/<0,0,0>,<0,0,1>
    constr/point,cast,cir2.hit[2].xyz​
Children
No Data