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

IfcWindowType() private méthode

private IfcWindowType ( DatabaseIfc m, string name, IfcWindowTypeEnum type, IfcWindowTypePartitioningEnum partition, bool parameterTakesPrecendence ) : System
m DatabaseIfc
name string
type IfcWindowTypeEnum
partition IfcWindowTypePartitioningEnum
parameterTakesPrecendence bool
Résultat System
        internal IfcWindowType(DatabaseIfc m, string name, IfcWindowTypeEnum type, IfcWindowTypePartitioningEnum partition, bool parameterTakesPrecendence)
            : base(m)
        {
            Name = name; mPredefinedType = type; mPartitioningType = partition; mParameterTakesPrecedence = parameterTakesPrecendence;
        }

Same methods

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