Stike
Automotive
- Mar 29, 2011
- 6
Hello,
is there a way to call a NX Dialog in a VB application to let the user create a feature, that can then be handled for further actions?
For example something likes this:
Dim InstanceGeometryFeature As Features.Feature = Nothing
NX.UI.UserInput.DialogCreateInstanceGeometry(InstanceGeometryFeature)
InstanceGeometryFeature.setName("New Face")
?
Thank you!
is there a way to call a NX Dialog in a VB application to let the user create a feature, that can then be handled for further actions?
For example something likes this:
Dim InstanceGeometryFeature As Features.Feature = Nothing
NX.UI.UserInput.DialogCreateInstanceGeometry(InstanceGeometryFeature)
InstanceGeometryFeature.setName("New Face")
?
Thank you!