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

Pset_WallCommon() public méthode

public Pset_WallCommon ( IfcWallType wallType ) : System
wallType IfcWallType
Résultat System
        public Pset_WallCommon(IfcWallType wallType)
            : base(wallType.mDatabase, "Pset_WallCommon")
        {
            Description = wallType.Name;  wallType.AddPropertySet(this);
        }

Same methods

Pset_WallCommon::Pset_WallCommon ( IfcWall wall ) : System
Pset_WallCommon