Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Access Table fields using NXOpen API

Status
Not open for further replies.

LakshmiSharma

Aerospace
Joined
Jun 18, 2014
Messages
1
Location
IN
I have created Table fields in Simulation part file. Now I want to edit the created Table fields through NX Open API's. I got the API's for creating table field through NXOpen API's(Fields::FieldTable *fieldTable1;
fieldTable1 = fieldManager1->CreateFieldTable(redGraphName, indepVarArray1, depVarArray1, datapoints1);).

But I want to access or edit already(manually) created Table fields using NXOpen API's.Can anyone please help?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top