Intializing all the structure variable at once
-
@ struct LoadsForAPDLScript
{
double JntLCLoad;
double JntPPLoad;
double JntLimManLoad;
double JntLimShockLoad;
double JntOthLimTenLoad;
double JntOthLimManLoad;
double JntBPLoad;
double JntUltManLoad;
double JntUltShockLoad;
double JntOthUltTenLoad;
double JntOthUltManLoad;
};@
Is there any way to initialize all the struct variable mentioned above in one line instead of initializing it one by one ?