COG AND WEIGHT ON ISOMETRIC DRAWING

Hi guru

As topic title, is it possible to call out the COG and weight value automatically on isometric drawing?

I don't see those value on Attribute Frame texts form:

Parents Reply
  • var !dryWeightValue nwei('dry') of pipe
    handle (2,245)
    !dryWeightValue = ''
    endhandle

    This will ignore the error and give empty string instead.

    If you want to get the partial NWEI anyway, then I assume you would need to switch approach and instead of checking NWEI on the pipe, go through and check it on BRAN MEM level and then sum the weights at the end.

Children
No Data