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

Pset_BoilerTypeSteam() 공개 메소드

public Pset_BoilerTypeSteam ( IfcBoilerType boilerType ) : System
boilerType IfcBoilerType
리턴 System
        public Pset_BoilerTypeSteam(IfcBoilerType boilerType)
            : base(boilerType.mDatabase, "Pset_BoilerTypeWater")
        {
            Description = boilerType.Name; boilerType.AddPropertySet(this);
        }

Same methods

Pset_BoilerTypeSteam::Pset_BoilerTypeSteam ( IfcBoiler boiler ) : System
Pset_BoilerTypeSteam