コード例 #1
0
ファイル: IfcCostSchedule.g.cs プロジェクト: vdubya/IFC-gen
        }                                               // optional


        /// <summary>
        /// Construct a IfcCostSchedule with all required attributes.
        /// </summary>
        public IfcCostSchedule(IfcGloballyUniqueId globalId) : base(globalId)
        {
        }
コード例 #2
0
 /// <summary>
 /// Construct a IfcDiscreteAccessoryType with all required attributes.
 /// </summary>
 public IfcDiscreteAccessoryType(IfcGloballyUniqueId globalId, IfcDiscreteAccessoryTypeEnum predefinedType) : base(globalId)
 {
     PredefinedType = predefinedType;
 }
コード例 #3
0
ファイル: IfcPipeSegment.g.cs プロジェクト: vdubya/IFC-gen
        }                                                              // optional


        /// <summary>
        /// Construct a IfcPipeSegment with all required attributes.
        /// </summary>
        public IfcPipeSegment(IfcGloballyUniqueId globalId) : base(globalId)
        {
        }
コード例 #4
0
 /// <summary>
 /// Construct a IfcHeatExchangerType with all required attributes.
 /// </summary>
 public IfcHeatExchangerType(IfcGloballyUniqueId globalId, IfcHeatExchangerTypeEnum predefinedType) : base(globalId)
 {
     PredefinedType = predefinedType;
 }
コード例 #5
0
ファイル: IfcAsset.g.cs プロジェクト: vdubya/IFC-gen
        }                                                      // optional


        /// <summary>
        /// Construct a IfcAsset with all required attributes.
        /// </summary>
        public IfcAsset(IfcGloballyUniqueId globalId) : base(globalId)
        {
        }
コード例 #6
0
 /// <summary>
 /// Construct a IfcProtectiveDeviceTrippingUnitType with all required attributes.
 /// </summary>
 public IfcProtectiveDeviceTrippingUnitType(IfcGloballyUniqueId globalId, IfcProtectiveDeviceTrippingUnitTypeEnum predefinedType) : base(globalId)
 {
     PredefinedType = predefinedType;
 }
コード例 #7
0
        }                                          // optional


        /// <summary>
        /// Construct a IfcBuildingSystem with all required attributes.
        /// </summary>
        public IfcBuildingSystem(IfcGloballyUniqueId globalId) : base(globalId)
        {
        }
コード例 #8
0
ファイル: IfcOccupant.g.cs プロジェクト: vdubya/IFC-gen
 public IfcOccupant(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcActorSelect theActor, IfcOccupantTypeEnum predefinedType) : base(globalId, ownerHistory, name, description, objectType, theActor)
 {
     PredefinedType = predefinedType;
 }
コード例 #9
0
        }                                                             // optional


        /// <summary>
        /// Construct a IfcController with all required attributes.
        /// </summary>
        public IfcController(IfcGloballyUniqueId globalId) : base(globalId)
        {
        }
コード例 #10
0
ファイル: IfcLaborResource.g.cs プロジェクト: vdubya/IFC-gen
 public IfcLaborResource(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcIdentifier identification, IfcText longDescription, IfcResourceTime usage, List <IfcAppliedValue> baseCosts, IfcPhysicalQuantity baseQuantity, IfcLaborResourceTypeEnum predefinedType) : base(globalId, ownerHistory, name, description, objectType, identification, longDescription, usage, baseCosts, baseQuantity)
 {
     PredefinedType = predefinedType;
 }
コード例 #11
0
ファイル: IfcOccupant.g.cs プロジェクト: vdubya/IFC-gen
        }                                                           // optional


        /// <summary>
        /// Construct a IfcOccupant with all required attributes.
        /// </summary>
        public IfcOccupant(IfcGloballyUniqueId globalId, IfcActorSelect theActor) : base(globalId, theActor)
        {
        }
コード例 #12
0
ファイル: IfcLaborResource.g.cs プロジェクト: vdubya/IFC-gen
        }                                                                // optional


        /// <summary>
        /// Construct a IfcLaborResource with all required attributes.
        /// </summary>
        public IfcLaborResource(IfcGloballyUniqueId globalId) : base(globalId)
        {
        }
コード例 #13
0
        }                                                         // optional


        /// <summary>
        /// Construct a IfcDamper with all required attributes.
        /// </summary>
        public IfcDamper(IfcGloballyUniqueId globalId) : base(globalId)
        {
        }
コード例 #14
0
        }                                                                               // optional


        /// <summary>
        /// Construct a IfcConstructionMaterialResource with all required attributes.
        /// </summary>
        public IfcConstructionMaterialResource(IfcGloballyUniqueId globalId) : base(globalId)
        {
        }
コード例 #15
0
 /// <summary>
 /// Construct a IfcFlowSegmentType with all required attributes.
 /// </summary>
 public IfcFlowSegmentType(IfcGloballyUniqueId globalId) : base(globalId)
 {
 }
コード例 #16
0
        }                                                             // optional


        /// <summary>
        /// Construct a IfcWindowType with all required attributes.
        /// </summary>
        public IfcWindowType(IfcGloballyUniqueId globalId, IfcWindowTypeEnum predefinedType, IfcWindowTypePartitioningEnum partitioningType) : base(globalId)
        {
            PredefinedType   = predefinedType;
            PartitioningType = partitioningType;
        }
コード例 #17
0
        }                                                                       // optional


        /// <summary>
        /// Construct a IfcBuildingElementProxy with all required attributes.
        /// </summary>
        public IfcBuildingElementProxy(IfcGloballyUniqueId globalId) : base(globalId)
        {
        }
コード例 #18
0
        }                                                             // optional


        /// <summary>
        /// Construct a IfcWindow with all required attributes.
        /// </summary>
        public IfcWindow(IfcGloballyUniqueId globalId) : base(globalId)
        {
        }
コード例 #19
0
 /// <summary>
 /// Construct a IfcMemberType with all required attributes.
 /// </summary>
 public IfcMemberType(IfcGloballyUniqueId globalId, IfcMemberTypeEnum predefinedType) : base(globalId)
 {
     PredefinedType = predefinedType;
 }
コード例 #20
0
 /// <summary>
 /// Construct a IfcUnitaryEquipmentType with all required attributes.
 /// </summary>
 public IfcUnitaryEquipmentType(IfcGloballyUniqueId globalId, IfcUnitaryEquipmentTypeEnum predefinedType) : base(globalId)
 {
     PredefinedType = predefinedType;
 }
コード例 #21
0
 public IfcBuildingSystem(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcBuildingSystemTypeEnum predefinedType, IfcLabel longName) : base(globalId, ownerHistory, name, description, objectType)
 {
     PredefinedType = predefinedType;
     LongName       = longName;
 }
コード例 #22
0
 /// <summary>
 /// Construct a IfcBeamStandardCase with all required attributes.
 /// </summary>
 public IfcBeamStandardCase(IfcGloballyUniqueId globalId) : base(globalId)
 {
 }
コード例 #23
0
        }                                                                 // optional


        /// <summary>
        /// Construct a IfcFlowInstrument with all required attributes.
        /// </summary>
        public IfcFlowInstrument(IfcGloballyUniqueId globalId) : base(globalId)
        {
        }
コード例 #24
0
ファイル: IfcAlarm.g.cs プロジェクト: vdubya/IFC-gen
        }                                                        // optional


        /// <summary>
        /// Construct a IfcAlarm with all required attributes.
        /// </summary>
        public IfcAlarm(IfcGloballyUniqueId globalId) : base(globalId)
        {
        }
コード例 #25
0
        }                                                        // optional


        /// <summary>
        /// Construct a IfcValve with all required attributes.
        /// </summary>
        public IfcValve(IfcGloballyUniqueId globalId) : base(globalId)
        {
        }
コード例 #26
0
ファイル: IfcSite.g.cs プロジェクト: vdubya/IFC-gen
        }                                                     // optional


        /// <summary>
        /// Construct a IfcSite with all required attributes.
        /// </summary>
        public IfcSite(IfcGloballyUniqueId globalId) : base(globalId)
        {
        }
コード例 #27
0
 public IfcDiscreteAccessoryType(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcIdentifier applicableOccurrence, List <IfcPropertySetDefinition> hasPropertySets, List <IfcRepresentationMap> representationMaps, IfcLabel tag, IfcLabel elementType, IfcDiscreteAccessoryTypeEnum predefinedType) : base(globalId, ownerHistory, name, description, applicableOccurrence, hasPropertySets, representationMaps, tag, elementType)
 {
     PredefinedType = predefinedType;
 }
コード例 #28
0
        }                                                                             // optional


        /// <summary>
        /// Construct a IfcDistributionChamberElement with all required attributes.
        /// </summary>
        public IfcDistributionChamberElement(IfcGloballyUniqueId globalId) : base(globalId)
        {
        }
コード例 #29
0
ファイル: IfcPipeSegment.g.cs プロジェクト: vdubya/IFC-gen
 public IfcPipeSegment(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcObjectPlacement objectPlacement, IfcProductRepresentation representation, IfcIdentifier tag, IfcPipeSegmentTypeEnum predefinedType) : base(globalId, ownerHistory, name, description, objectType, objectPlacement, representation, tag)
 {
     PredefinedType = predefinedType;
 }
コード例 #30
0
ファイル: IfcElementType.g.cs プロジェクト: vdubya/IFC-gen
        }                                             // optional


        /// <summary>
        /// Construct a IfcElementType with all required attributes.
        /// </summary>
        public IfcElementType(IfcGloballyUniqueId globalId) : base(globalId)
        {
        }