Example #1
0
 internal IfcOpeningElement(DatabaseIfc db, IfcOpeningElement e) : base(db, e)
 {
     mPredefinedType = e.mPredefinedType;
 }
 public IfcOpeningStandardCase(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcObjectPlacement objectPlacement, IfcProductRepresentation representation, IfcIdentifier tag, IfcOpeningElementTypeEnum predefinedType) : base(globalId, ownerHistory, name, description, objectType, objectPlacement, representation, tag, predefinedType)
 {
 }
Example #3
0
        public IfcOpeningElement(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcObjectPlacement objectPlacement, IfcProductRepresentation representation, IfcIdentifier tag, IfcOpeningElementTypeEnum predefinedType) : base(globalId, ownerHistory, name, description, objectType, objectPlacement, representation, tag)
        {
            HasFillings = new List <IfcRelFillsElement>();

            PredefinedType = predefinedType;
        }
Example #4
0
 internal IfcOpeningElement(IfcOpeningElement od) : base(od)
 {
     mPredefinedType = od.mPredefinedType;
 }
Example #5
0
		internal IfcOpeningElement(IfcOpeningElement od) : base(od) { mPredefinedType = od.mPredefinedType; }