GeometryGym.Ifc.IfcDimensionalExponents.IfcDimensionalExponents C# (CSharp) 메소드

IfcDimensionalExponents() 개인적인 메소드

private IfcDimensionalExponents ( DatabaseIfc db, IfcDimensionalExponents e ) : System
db DatabaseIfc
e IfcDimensionalExponents
리턴 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