aChangeSet->LineWidth = 1.0;
}
else if (anArg == "-settransp"
- || anArg == "-settransparancy")
+ || anArg == "-settransparency")
{
if (++anArgIter >= theArgNb)
{
}
}
else if (anArg == "-unsettransp"
- || anArg == "-unsettransparancy"
+ || anArg == "-unsettransparency"
|| anArg == "-unsetalpha"
|| anArg == "-opaque")
{
"vaspects [-noupdate|-update] [name1 [name2 [...]]]"
"\n\t\t: [-setcolor ColorName] [-unsetcolor]"
"\n\t\t: [-setmaterial MatName] [-unsetmaterial]"
- "\n\t\t: [-settransparency Transp] [-unsettransparancy]"
+ "\n\t\t: [-settransparency Transp] [-unsettransparency]"
"\n\t\t: [-setwidth LineWidth] [-unsetwidth]"
"\n\t\t: [-subshapes subname1 [subname2 [...]]]"
"\n\t\t: Manage presentation properties of all, selected or named objects."