コード例 #1
0
 public IfcRelAssignsToProcess(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, List <IfcObjectDefinition> relatedObjects, IfcObjectTypeEnum relatedObjectsType, IfcProcessSelect relatingProcess, IfcMeasureWithUnit quantityInProcess) : base(globalId, ownerHistory, name, description, relatedObjects, relatedObjectsType)
 {
     RelatingProcess   = relatingProcess;
     QuantityInProcess = quantityInProcess;
 }
コード例 #2
0
        }                                                             // optional


        /// <summary>
        /// Construct a IfcRelAssignsToProcess with all required attributes.
        /// </summary>
        public IfcRelAssignsToProcess(IfcGloballyUniqueId globalId, List <IfcObjectDefinition> relatedObjects, IfcProcessSelect relatingProcess) : base(globalId, relatedObjects)
        {
            RelatingProcess = relatingProcess;
        }