hexagon logo

Extracting assignments from fcf's that hold multiple features

Hi there
I have a single feature control frame that tolerances 31 holes (FCFLOC15) I would like to extract each holes deviation from nominal position via assignments to do this normally I would
use the following assignment "ASSIGN/V1=FCFLOC15.Z.DEV" the only trouble is this only gives the deviation for the 1st hole in FCFLOC15 how if possible can you extract the other
30 'Z' deviations is there some sort of extension to go after the FCFLOC15 ?
Regards Tim.
Parents
  • If I understand correctly you have 30 holes and 30 FCF, so you would have to create an ASSIGN/V1=FCFLOC15.Z.DEV for each FCF

    for example:
    ASSIGN/V1=FCFLOC15.Z.DEV,
    ASSIGN/V1=FCFLOC16.Z.DEV
    ASSIGN/V1=FCFLOC17.Z.DEV

    I missed where you said that you have a single FCF, I never dealt with a single FCF for more than 1 hole, so I would suggest create 30 FCF and extract Z.dev from each one.

    I would like to see what one feature for 30 holes looks like, can you post the code? An array might work, bur I would like to see your code first
Reply
  • If I understand correctly you have 30 holes and 30 FCF, so you would have to create an ASSIGN/V1=FCFLOC15.Z.DEV for each FCF

    for example:
    ASSIGN/V1=FCFLOC15.Z.DEV,
    ASSIGN/V1=FCFLOC16.Z.DEV
    ASSIGN/V1=FCFLOC17.Z.DEV

    I missed where you said that you have a single FCF, I never dealt with a single FCF for more than 1 hole, so I would suggest create 30 FCF and extract Z.dev from each one.

    I would like to see what one feature for 30 holes looks like, can you post the code? An array might work, bur I would like to see your code first
Children
No Data