GeometryGym.Ifc.IfcUnitAssignment.getScaleSI C# (CSharp) Méthode

getScaleSI() private méthode

private getScaleSI ( IfcDerivedUnitEnum unitType ) : double
unitType IfcDerivedUnitEnum
Résultat double
        internal double getScaleSI(IfcDerivedUnitEnum unitType)
        {
            List<IfcUnit> units = Units;
            foreach (IfcUnit u in units)
            {
                IfcDerivedUnit du = u as IfcDerivedUnit;
                if (du != null)
                {

                }
            }
            return 1;
        }

Same methods

IfcUnitAssignment::getScaleSI ( IfcUnitEnum unitType ) : double