NXopen Interview 4-5
NXopen Interview 4-5
NXopen Interview 4-5
What are the entry points for internal and external applications in
C# and C/C++?
Ans. In C#:-
The entry Point is Main() for both internal and external applications.
In C/C++:-
Ans.
3. This Tag/ID will vary when you try to open the same file again.
Ans.
BlockFeatureBuilder,BodyFeature,Feature,FeatureCollection,SphereBuil
der,BlockFeatureBuilderClass,Part,PartCollection,Session,LayerManager,
DraftingView,DraftingViewCollection,DarwingSheet,DrawingSheetCollec
tion,etc.
Ans. Inter part expressions are expressions that you link from one part
to another. You can use inter part expressions to model.
Inter part expressions may be created between any two part files. The
part files need not to be components of an assembly.
20. How to load and display your Block UI Styler dialog in NX using
API’s provide in NXOpen.Block styler namespace?
Ans.
Constructor
Show ()
Initialize ()_________method
Dialogshown()_____method
Apply ()___________method
Ok ()_____________method
Update ()__________method
Ans. Whenever you do any activity on the block then it will go to the
update call back. There corresponding block call backs will be executed.
Ans. Every company will not have developer licence or author licence.
Whenever developer develops a tool need to be signed and give it to
the end-user. So then the user may not require a licence.
Ans. A resource file must be added to the project file. The resource
must be compiled and linked with the executable.
Ans. Type casting is a way to convert the variable from one data type to
another data type .
Syntax :- (type)expression.
Ex :-
Main()
double mean;
mean = (double)sum/count;
In the try block we will write our complete code so while executing if
any error exists in the try block then catch block will be executed.
UFUNC:
Ans.
In Nxopen:-
In UFUNC:-