GeometryGym.Ifc.IfcEvaporator.IfcEvaporator C# (CSharp) Method

IfcEvaporator() private method

private IfcEvaporator ( DatabaseIfc db, IfcEvaporator e ) : System
db DatabaseIfc
e IfcEvaporator
return System
		internal IfcEvaporator(DatabaseIfc db, IfcEvaporator e) : base(db, e) { mPredefinedType = e.mPredefinedType; }
		public IfcEvaporator(IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation, IfcDistributionSystem system) : base(host, placement, representation, system) { }

Same methods

IfcEvaporator::IfcEvaporator ( ) : System
IfcEvaporator::IfcEvaporator ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation, IfcDistributionSystem system ) : System