Esempio n. 1
0
		internal IfcExternalSpatialElement(IfcSite host, string name, IfcExternalSpatialElementTypeEnum te)
			: base(host, name) { mPredefinedType = te; }
Esempio n. 2
0
		internal IfcExternalSpatialElement(DatabaseIfc db, IfcExternalSpatialElement e, bool downStream) : base(db, e,downStream) { mPredefinedType = e.mPredefinedType; }
Esempio n. 3
0
		internal IfcExternalSpatialElement(IfcExternalSpatialElement p) : base(p) { mPredefinedType = p.mPredefinedType; }
Esempio n. 4
0
        public IfcExternalSpatialElement(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcObjectPlacement objectPlacement, IfcProductRepresentation representation, IfcLabel longName, IfcExternalSpatialElementTypeEnum predefinedType) : base(globalId, ownerHistory, name, description, objectType, objectPlacement, representation, longName)
        {
            BoundedBy = new List <IfcRelSpaceBoundary>();

            PredefinedType = predefinedType;
        }