Hi -
I'm doing some NXOpen API programming VB and often use some of the "Wrapper methods" for NXOpen.UF
But in the file: uf_attr.h it seems that there are some (many) calls that is not possible to use as VB, because there is no wrapper method.
---
ex. Not working:
UF_ATTR_ask_part_attrs_in_file > cant find wrapper method
UF_ATTR_read_value > cant find wrapper method
UF_ATTR_ask_part_attrs > cant find wrapper method
---
ex. Working:
UF_ATTR_ask_part_attribute > ufs.Attr.AskPartAttribute()
UF_ATTR_find_attribute > ufs.Attr.FindAttribute()
My question is :
Will it be possible to use all the calls from the uf_attr.h in a VB program - and if so - how do I do this?
lklo
I'm doing some NXOpen API programming VB and often use some of the "Wrapper methods" for NXOpen.UF
But in the file: uf_attr.h it seems that there are some (many) calls that is not possible to use as VB, because there is no wrapper method.
---
ex. Not working:
UF_ATTR_ask_part_attrs_in_file > cant find wrapper method
UF_ATTR_read_value > cant find wrapper method
UF_ATTR_ask_part_attrs > cant find wrapper method
---
ex. Working:
UF_ATTR_ask_part_attribute > ufs.Attr.AskPartAttribute()
UF_ATTR_find_attribute > ufs.Attr.FindAttribute()
My question is :
Will it be possible to use all the calls from the uf_attr.h in a VB program - and if so - how do I do this?
lklo