Exemple #1
0
 public static ISwTempBody ToTempBody(this ISwBody body)
 => SwObject.FromDispatch <SwTempBody>(body.Body.ICopy());
Exemple #2
0
        public static double GetVolume(this ISwBody body)
        {
            var massPrps = body.Body.GetMassProperties(0) as double[];

            return(massPrps[3]);
        }