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