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

IfcBoiler() public méthode

public IfcBoiler ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductDefinitionShape representation, IfcDistributionSystem system ) : System
host IfcObjectDefinition
placement IfcObjectPlacement
representation IfcProductDefinitionShape
system IfcDistributionSystem
Résultat System
		public IfcBoiler(IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductDefinitionShape representation, IfcDistributionSystem system) : base(host, placement, representation, system) { }
	}

Same methods

IfcBoiler::IfcBoiler ( ) : System
IfcBoiler::IfcBoiler ( DatabaseIfc db, IfcBoiler b, DuplicateOptions options ) : System
IfcBoiler