Beispiel #1
0
 public IfcRelSequence(IfcGloballyUniqueId __GlobalId, IfcOwnerHistory __OwnerHistory, IfcLabel?__Name, IfcText?__Description, IfcProcess __RelatingProcess, IfcProcess __RelatedProcess, IfcTimeMeasure __TimeLag, IfcSequenceEnum __SequenceType)
     : base(__GlobalId, __OwnerHistory, __Name, __Description)
 {
     this._RelatingProcess = __RelatingProcess;
     this._RelatedProcess  = __RelatedProcess;
     this._TimeLag         = __TimeLag;
     this._SequenceType    = __SequenceType;
 }
Beispiel #2
0
 public IfcRelAssignsToProcess(IfcGloballyUniqueId __GlobalId, IfcOwnerHistory __OwnerHistory, IfcLabel?__Name, IfcText?__Description, IfcObjectDefinition[] __RelatedObjects, IfcObjectTypeEnum?__RelatedObjectsType, IfcProcess __RelatingProcess, IfcMeasureWithUnit __QuantityInProcess)
     : base(__GlobalId, __OwnerHistory, __Name, __Description, __RelatedObjects, __RelatedObjectsType)
 {
     this._RelatingProcess   = __RelatingProcess;
     this._QuantityInProcess = __QuantityInProcess;
 }