Simple for loop in C#
To write all the number from 0 to 10 for (int i = 1; i <= 10; i++) { Console.Write($"{i} "); } output: 1 2 3 4 5 6 7 8 9 10 To write all...
Simple for loop in C#
Swicth Case Example for C#
C# Conditions and IF statements example
Prefix and Postfix increments in C#
Console.ReadKey()
C# Console.Read()
Rename all properties with component name
TCL file for showing element configuras
NASTRAN SOLVER
Creating for loop in tcl
Creating multiple properties in Hypermesh with TCL
Creating components with TCL in Hypermesh