Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to call a NX Dialog in a VB application?

Status
Not open for further replies.

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!
 
Replies continue below

Recommended for you

As far as my experiences go, no. After all, it would make little sense for dialogs of such type to be presented to a user. You can either make a basic dialog which allows the user to put in the bare requirements to make the feature, which you then use and pass to the mandatory functions, or you can have the user create the feature(s), after which you have access to.

Marc
NX Software Developer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor