How to call a NX Dialog in a VB application?
How to call a NX Dialog in a VB application?
(OP)
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!





RE: How to call a NX Dialog in a VB application?
Marc
NX Software Developer