public IfcRelAssignsToResource(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, List <IfcObjectDefinition> relatedObjects, IfcObjectTypeEnum relatedObjectsType, IfcResourceSelect relatingResource) : base(globalId, ownerHistory, name, description, relatedObjects, relatedObjectsType) { RelatingResource = relatingResource; }
/// <summary> /// Construct a IfcRelAssignsToResource with all required attributes. /// </summary> public IfcRelAssignsToResource(IfcGloballyUniqueId globalId, List <IfcObjectDefinition> relatedObjects, IfcResourceSelect relatingResource) : base(globalId, relatedObjects) { RelatingResource = relatingResource; }