Exemplo n.º 1
0
 public IfcRelSequence(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcProcess relatingProcess, IfcProcess relatedProcess, IfcLagTime timeLag, IfcSequenceEnum sequenceType, IfcLabel userDefinedSequenceType) : base(globalId, ownerHistory, name, description)
 {
     RelatingProcess         = relatingProcess;
     RelatedProcess          = relatedProcess;
     TimeLag                 = timeLag;
     SequenceType            = sequenceType;
     UserDefinedSequenceType = userDefinedSequenceType;
 }
Exemplo n.º 2
0
 public IfcProcessSelect(IfcProcess choice)
 {
     this.choice = choice;
 }
Exemplo n.º 3
0
        }                                                         // optional


        /// <summary>
        /// Construct a IfcRelSequence with all required attributes.
        /// </summary>
        public IfcRelSequence(IfcGloballyUniqueId globalId, IfcProcess relatingProcess, IfcProcess relatedProcess) : base(globalId)
        {
            RelatingProcess = relatingProcess;
            RelatedProcess  = relatedProcess;
        }