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

IfcWindowType() public méthode

public IfcWindowType ( DatabaseIfc m, string name, IfcWindowTypeEnum type ) : System
m DatabaseIfc
name string
type IfcWindowTypeEnum
Résultat System
        public IfcWindowType(DatabaseIfc m, string name, IfcWindowTypeEnum type)
            : base(m)
        {
            Name = name; mPredefinedType = type;
        }

Same methods

IfcWindowType::IfcWindowType ( ) : System
IfcWindowType::IfcWindowType ( DatabaseIfc db, IfcWindowType t ) : System
IfcWindowType::IfcWindowType ( DatabaseIfc m, string name, IfcWindowTypeEnum type, IfcWindowTypePartitioningEnum partition, bool parameterTakesPrecendence ) : System
IfcWindowType::IfcWindowType ( DatabaseIfc m, string name, IfcWindowTypeEnum type, IfcWindowTypePartitioningEnum partition, string userDefinedPartionType, IfcWindowLiningProperties wlp, List pps ) : System