GeometryGym.Ifc.IfcDimensionalExponents.IfcDimensionalExponents C# (CSharp) Méthode

IfcDimensionalExponents() private méthode

private IfcDimensionalExponents ( DatabaseIfc db, IfcDimensionalExponents e ) : System
db DatabaseIfc
e IfcDimensionalExponents
Résultat System
		internal IfcDimensionalExponents(DatabaseIfc db, IfcDimensionalExponents e) : base(db,e)
		{
			mLengthExponent = e.mLengthExponent;
			mMassExponent = e.mMassExponent;
			mTimeExponent = e.mTimeExponent;
			mElectricCurrentExponent = e.mElectricCurrentExponent;
			mThermodynamicTemperatureExponent = e.mThermodynamicTemperatureExponent;
			mAmountOfSubstanceExponent = e.mAmountOfSubstanceExponent;
			mLuminousIntensityExponent = e.mLuminousIntensityExponent;
		}
		public IfcDimensionalExponents(DatabaseIfc db, int len, int mass, int time, int elecCurr, int themrmo, int amountSubs, int luminous) : base(db)

Same methods

IfcDimensionalExponents::IfcDimensionalExponents ( ) : System
IfcDimensionalExponents::IfcDimensionalExponents ( DatabaseIfc db, int len, int mass, int time, int elecCurr, int themrmo, int amountSubs, int luminous ) : System