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

IfcWindowType() private méthode

private IfcWindowType ( DatabaseIfc db, IfcWindowType t ) : System
db DatabaseIfc
t IfcWindowType
Résultat System
        internal IfcWindowType(DatabaseIfc db, IfcWindowType t)
            : base(db,t)
        {
            mPredefinedType = t.mPredefinedType; mPartitioningType = t.mPartitioningType; mParameterTakesPrecedence = t.mParameterTakesPrecedence; mUserDefinedPartitioningType = t.mUserDefinedPartitioningType;
        }

Same methods

IfcWindowType::IfcWindowType ( ) : System
IfcWindowType::IfcWindowType ( DatabaseIfc m, string name, IfcWindowTypeEnum type ) : 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