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

IfcBoiler() private méthode

private IfcBoiler ( DatabaseIfc db, IfcBoiler b, DuplicateOptions options ) : System
db DatabaseIfc
b IfcBoiler
options DuplicateOptions
Résultat System
		internal IfcBoiler(DatabaseIfc db, IfcBoiler b, DuplicateOptions options) : base(db, b, options) { PredefinedType = b.PredefinedType; }
		public IfcBoiler(IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductDefinitionShape representation, IfcDistributionSystem system) : base(host, placement, representation, system) { }

Same methods

IfcBoiler::IfcBoiler ( ) : System
IfcBoiler::IfcBoiler ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductDefinitionShape representation, IfcDistributionSystem system ) : System
IfcBoiler